Search Issue Tracker
Won't Fix
Votes
1
Found in
2019.4
2019.4.13f1
2020.1
2020.2
2021.1
Issue ID
1288478
Regression
Yes
Project fails to load scene in WebGL due to lack of memory
Since the Memeory Allocation option was removed, the first Level of the 2D game kit will now not load any more for WebGL. The level is not particularly large, but with setting higher memory allocation in 2018.4, i could get that scene to load.
In 2019.4 or later this is no longer configurable and therefor the level won't load any more.
Repro steps:
- download this project or download the 2D game Kit from the Asset Store into a new project
- try to build and run the Menu and Level1 via WebGL
- notice the out of memory error when the game loads in Chrome
Reproducible in 2019.4, 2020.1, 2020.2, 2021.1
In 2018.4, with the standard 256MB allocation, the error still persists, but by increasing the memory allocation, the application can still run.
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
- Player built for Windows silently crashes when UI Prefab is instantiated and Render Feature "Render Objects" is active in PC_Renderer Asset
- Crash on CollectUsedSceneObjects when making any modifications and saving in a Scene with a specific GameObject Component enabled
- VFX Graph Properties Transform has a click animation when clicked on the “Transform” text but the drop down does not open
- "Cascade Shadow atlasing has failed" errors are spammed when two Directional Lights with the Shadow Map are enabled and there is a 3D GameObject in the scene
- Crash on mono_traverse_object_internal when opening a Prefab while in Play mode on a specific project
Resolution Note:
Old project that targeted deprecated asm.js API. Migrate to Wasm to fix.