1.1.0
Version 1.1.0 comes without any groundbreaking new changes, but quite a few quality of life improvements and updated unity builds for all versions.
Changes
Debug console
- Support for filtering for different message types + counting of the number of messages per type (similar to what you're used to in unity)
- Support for timestamps of messages in the debug console, this can also be toggled on and off at any time
- Debug console button now glows red if a new error / exception happened, so you won't miss them
- Icon cleanup, only relying on emojis now
WebGL commands
ThrowDictionaryException
: Command for throwing a system exception (Dictionary KeyNotFound) - Useful to see how the stacktrace differs for debug and release builds. Also interesting, that Unity 2021.3+ manages to show additional information on what key was the input (Nice job, Unity!)LogTextureSupport
: Logs supported and unsupported texture formats on that platform. Handy way to find out what you should use for your target platformDeleteAllPlayerPrefs
,LogShaderCompilation
,UnloadUnusedAssets
: Handy methods from unity that you will sometimes need to debug stuff
Templates & Build script
- Switch to Use Files as Hashes - This should make sure no wrongly cached files are found of previous versions
- Switch template to release if target is minsize - this removes the overhead of the develop template to get a better idea of the minimum size we can reach
- Proper support of logging for manual builds
- Backup last build if it already exists - Handy for manual building as well & makes sure no leftovers of previous builds are in the new build folder
- Fix height of player on iOS to also take the height of the browser menu bar into consideration
Updates unity versions
Built-in Renderpipeline WebGL2
Version | Size | Link |
---|---|---|
2022.2.12f1 | 3.04 MB | https://deml.io/experiments/unity-webgl/2022.2.12f1-webgl2 |
2022.1.24f1 | 2.80 MB | https://deml.io/experiments/unity-webgl/2022.1.24f1-webgl2 |
2021.3.21f1 | 2.75 MB | https://deml.io/experiments/unity-webgl/2021.3.21f1-webgl2 |
2021.2.19f1 | 2.74 MB | https://deml.io/experiments/unity-webgl/2021.2.19f1-webgl2 |
2021.1.28f1 | 2.94 MB | https://deml.io/experiments/unity-webgl/2021.1.28f1-webgl2 |
2020.3.46f1 | 2.94 MB | https://deml.io/experiments/unity-webgl/2020.3.46f1-webgl2 |
2019.4.40f1 | 3.05 MB | https://deml.io/experiments/unity-webgl/2019.4.40f1-webgl2 |
2018.4.36f1 | 2.84 MB | https://deml.io/experiments/unity-webgl/2018.4.36f1-webgl2 |
Built-in Renderpipeline WebGL1
Version | Size | Link |
---|---|---|
2022.2.12f1 | 3.02 MB | https://deml.io/experiments/unity-webgl/2022.2.12f1-webgl1 |
2022.1.24f1 | 2.78 MB | https://deml.io/experiments/unity-webgl/2022.1.24f1-webgl1 |
2021.3.21f1 | 2.73 MB | https://deml.io/experiments/unity-webgl/2021.3.21f1-webgl1 |
2021.2.19f1 | 2.72 MB | https://deml.io/experiments/unity-webgl/2021.2.19f1-webgl1 |
2021.1.28f1 | 2.92 MB | https://deml.io/experiments/unity-webgl/2021.1.28f1-webgl1 |
2020.3.46f1 | 2.92 MB | https://deml.io/experiments/unity-webgl/2020.3.46f1-webgl1 |
2019.4.40f1 | 3.01 MB | https://deml.io/experiments/unity-webgl/2019.4.40f1-webgl1 |
2018.4.36f1 | 2.82 MB | https://deml.io/experiments/unity-webgl/2018.4.36f1-webgl1 |
Built-in Renderpipeline WebGL1 Minimum size
Version | Size | Link |
---|---|---|
2022.2.12f1 | 2.67 MB | https://deml.io/experiments/unity-webgl/2022.2.12f1-minsize-webgl1 |
2022.1.24f1 | 2.63 MB | https://deml.io/experiments/unity-webgl/2022.1.24f1-minsize-webgl1 |
2021.3.21f1 | 2.57 MB | https://deml.io/experiments/unity-webgl/2021.3.21f1-minsize-webgl1 |
2021.2.19f1 | 2.56 MB | https://deml.io/experiments/unity-webgl/2021.2.19f1-minsize-webgl1 |
2021.1.28f1 | 2.47 MB | https://deml.io/experiments/unity-webgl/2021.1.28f1-minsize-webgl1 |
2020.3.46f1 | 2.47 MB | https://deml.io/experiments/unity-webgl/2020.3.46f1-minsize-webgl1 |
2019.4.40f1 | 2.96 MB | https://deml.io/experiments/unity-webgl/2019.4.40f1-minsize-webgl1 |
2018.4.36f1 | 2.77 MB | https://deml.io/experiments/unity-webgl/2018.4.36f1-minsize-webgl1 |
URP WebGL2
Version | Size | Link |
---|---|---|
2022.2.12f1 | 7.16 MB | https://deml.io/experiments/unity-webgl/2022.2.12f1-urp-webgl2 |
2022.1.24f1 | 6.44 MB | https://deml.io/experiments/unity-webgl/2022.1.24f1-urp-webgl2 |
2021.3.21f1 | 6.24 MB | https://deml.io/experiments/unity-webgl/2021.3.21f1-urp-webgl2 |
2021.2.19f1 | 6.17 MB | https://deml.io/experiments/unity-webgl/2021.2.19f1-urp-webgl2 |
2021.1.28f1 | 5.81 MB | https://deml.io/experiments/unity-webgl/2021.1.28f1-urp-webgl2 |
2020.3.46f1 | 5.59 MB | https://deml.io/experiments/unity-webgl/2020.3.46f1-urp-webgl2 |
2019.4.40f1 | 5.56 MB | https://deml.io/experiments/unity-webgl/2019.4.40f1-urp-webgl2 |
2018.4.36f1 | 2.81 MB | https://deml.io/experiments/unity-webgl/2018.4.36f1-urp-webgl2 |
URP WebGL1
Version | Size | Link |
---|---|---|
2022.2.12f1 | 7.02 MB | https://deml.io/experiments/unity-webgl/2022.2.12f1-urp-webgl1 |
2022.1.24f1 | 6.30 MB | https://deml.io/experiments/unity-webgl/2022.1.24f1-urp-webgl1 |
2021.3.21f1 | 6.07 MB | https://deml.io/experiments/unity-webgl/2021.3.21f1-urp-webgl1 |
2021.2.19f1 | 5.99 MB | https://deml.io/experiments/unity-webgl/2021.2.19f1-urp-webgl1 |
2021.1.28f1 | 5.57 MB | https://deml.io/experiments/unity-webgl/2021.1.28f1-urp-webgl1 |
2020.3.46f1 | 5.42 MB | https://deml.io/experiments/unity-webgl/2020.3.46f1-urp-webgl1 |
2019.4.40f1 | 5.51 MB | https://deml.io/experiments/unity-webgl/2019.4.40f1-urp-webgl1 |
2018.4.36f1 | 2.80 MB | https://deml.io/experiments/unity-webgl/2018.4.36f1-urp-webgl1 |
This version will be the last one to update the following versions:
- 2018.4
- 2019.4
- 2021.1
- 2021.2