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
- Host: GitHub
- URL: https://github.com/gilzoide/unity-webgl-emscripten-settings
- Owner: gilzoide
- License: unlicense
- Created: 2024-09-01T23:11:45.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-02T00:14:54.000Z (almost 2 years ago)
- Last Synced: 2025-01-26T16:36:55.681Z (over 1 year ago)
- Topics: emscripten, unity, unity3d, upm, upm-package, webgl
- Language: C#
- Homepage:
- Size: 35.2 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# WebGL Emscripten Settings
[](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`).

## 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.