Search Issue Tracker
Won't Fix
Votes
0
Found in
2018.4
2019.3.9f1
2020.2
Issue ID
1243361
Regression
No
WebGL build crashes when ConcurrentDictionary.Count is called
Reproduction steps:
1. Open the user's attached project
2. Make a WebGL build and run it
Reproducible with: 2018.4.27f1, 2019.4.10f1, 2020.1.5f1, 2020.2.0b2
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
- ScrollView speed is slower when entering Play mode
- UI Builder elements disappear and "Semantic - Unknown template name" error appears when changes to "Template" parameter are saved
- Renderers outside Light Probe hull use incorrect Ambient Probe values when "Renderer Light Probe Selection" is set to "Use Ambient Probe" and "Light Probes" on Mesh is set to "Blend Probes"
- ArgumentNullException error occurs when selecting a Camera in the Hierarchy with the Scene view open
- Clicking 'Open Editor Log' through the Console fails to open redirected Logs when relative Log files exist outside of the Project root
Resolution Note (2020.2.X):
ConcurrentDictionary functionality relies on managed code multithreading, which is currently not fully supported on WebGL platform.