Search Issue Tracker
By Design
Votes
0
Found in
2017.4.0f1
2018.1.9f2
2018.3.4f1
2019.2.0a7
Issue ID
1131894
Regression
No
Building our version of MessagePack support for WebGL results in TemplateRegistry.parent being assigned to itself
To reproduce:
1) Open attached project and scene
2) Build and run for WebGL
Result: The app gets stuck in an infinite loop
Reproduced in 2017.4.0f1, 2018.1.9f2, 2018.3.4f1, 2019.2.0a7
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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Resolution Note (2019.2.X):
The issue happens because "Enable Exceptions" is set to "Explicitly Thrown Exceptions Only" for WebGL platform. The code requires proper exception handling, therefore "Enable Exceptions" should be set to "Full Without Stacktrace" or "Full With Stacktrace".