Search Issue Tracker
Fixed in 2020.2.X
Votes
2
Found in
2019.3
2019.3.7f1
2020.2
Issue ID
1234347
Regression
No
[WebGL 2.0] Application.Quit() Exception when executed in a browser
How to reproduce:
1. Open the "1234347" project
2. Go to File -> Build And Run
3. Wait until the project is built and opened in a browser
4. When the application is loaded in the browser press Space
Expected result: Application.Quit() function executes without error
Actual result: An error pops-up in the browser
Reproducible with: 2019.3.10f1, 2020.1.0b6, 2020.2.0a8
Could not test with: 2018.4.21f1, 2017.4.39f1 (Application.Quit() method is ignored in WebGL 2.0 build)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Render Pipeline Converter selected asset counter reports one fewer item when using manual selection
- [Android] [Adreno] [WebGL] A light cookie is not rendered with shader compile error when WebGL build is launched on a device with Adreno GPU
- Rigibody sliding over a flat surface that is made of several GameObjects detects false collisions when Collision Detection is set to "Continuous" or "Continuous Dynamic"
- UI Toolkit Label height is incorrectly calculated when using max-width with percentage value
- Visual Effect Material causes Scene view to update continuously when both Scene and Game views are open, despite "Always Refresh" being disabled
Resolution Note (fix version 2020.2):
Fixed an use after free of m_Context in GfxDeviceGLES destructor. (Fixed in: 2021.1.0a2)