An open API service indexing awesome lists of open source software.

https://github.com/gilzoide/unity-webgl-emscripten-settings

Unity Project Settings tab that allows editing PlayerSettings.WebGL.emscriptenArgs
https://github.com/gilzoide/unity-webgl-emscripten-settings

emscripten unity unity3d upm upm-package webgl

Last synced: 9 months ago
JSON representation

Unity Project Settings tab that allows editing PlayerSettings.WebGL.emscriptenArgs

Awesome Lists containing this project

README

          

# WebGL Emscripten Settings
[![openupm](https://img.shields.io/npm/v/com.gilzoide.webgl-emscripten-settings?label=openupm&registry_uri=https://package.openupm.com)](https://openupm.com/packages/com.gilzoide.webgl-emscripten-settings/)

Unity Project Settings tab that shows and allows editing [emscripten](https://docs.unity3d.com/Manual/webgl-native-plugins-with-emscripten.html) arguments used when building WebGL projects (`PlayerSettings.WebGL.emscriptenArgs`).

![Unity Project Settings window showing the "WebGL Emscripten Settings" tab](Extras~/project-settings.png)

## How to install
Either:
- Use the [openupm registry](https://openupm.com/) and install this package using the [openupm-cli](https://github.com/openupm/openupm-cli):
```
openupm add com.gilzoide.webgl-emscripten-settings
```
- Install using the [Unity Package Manager](https://docs.unity3d.com/Manual/upm-ui-giturl.html) with the following URL:
```
https://github.com/gilzoide/unity-webgl-emscripten-settings.git#1.0.0
```
- Clone this repository or download a snapshot of it directly inside your project's `Assets` or `Packages` folder.