Search Issue Tracker
Fixed in 2019.1.X
Fixed in 2018.3.X
Votes
0
Found in
2018.3.0b9
Issue ID
1099894
Regression
No
Cannot set Compiler to Master configuration in WebGL mode
To reproduce:
0) Make sure you have both Win Standalone and WebGL platforms installed
1) Create a new project
2) Open Player Settings
3) Change the Win Standalone Scripting Backend to IL2CPP
Expected: There's "C++ Compiler Configuration" selection with three options (Debug/Release/Master)
4) Switch to WebGL platform
Actual: There's no such selection as for Win Standalone
Reproduced in 2018.3.0b9
Workaround: This can be added by manually editing ProjectSettings file
il2cppCompilerConfiguration:
WebGL: 2
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Sprite artefacts appear when Sprite Packer is enabled
- Crash on ResizeScriptingList<ScriptingObjectPtr> when passing an undeclared variable to the results parameter for GameObject.FindGameObjectsWithTag
- [Android] "Screen.safeArea.y" always returns values outside of the Safe Area when the device is in Portrait orientation
- Frame spike due to many TreeRenderer.TreeUpdated calls when repositioning terrains in large Scenes
- Crash on GameObject::RemoveComponentFromGameObjectInternal when reparenting Text GameObjects
Add comment