Search Issue Tracker
Fixed in 2021.3.45f1
Fixed in 2021.3.X, 2022.3.X, 2023.3.X, 2023.3.0b10
Votes
2
Found in
2021.3.33f1
2022.3.16f1
2023.2.4f1
2023.3.0a19
Issue ID
UUM-59367
Regression
No
WebGL Player leaks memory when allocating delegate functions
How to reproduce:
1. Open the “WebGL_Player_EventLeak_Issue“ project
2. Open the “MemoryTest” scene
3. Make sure to switch the Platform to “WebGL” (File > Build Settings > “WebGL” > “Switch Platform”)
4. Build And Run
5. In the Player press the F key then wait for 2 seconds
6. Press the L key
7. Observe the “Average growth max used” text
Expected result: The average growth is around 0.11 Mb/Frame
Actual result: The average growth is around 0.38 Mb/Frame
Reproducible with: 2021.3.33f1, 2022.3.16f1, 2023.2.4f1, 2023.3.0a19
Reproduced on: Windows 11
Not reproduced on: No other environment tested
Browser reproduced on: Firefox, Edge, Chrome
Notes:
1. Not reproducible in the Editor
2. Not reproducible in the Windows Player
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
- Specular lighting visible in a camera with Path Tracing when Preserve specular lighting is disabled in observed material
- Cinemachine package throws CS1061 errors in the Console when installed in a project that has HDRP and URP installed
- Editor.log file size grows rapidly when a scene exceeds the "Maximum Shadow on Screen" limit setting in the HDRP Asset
- Player build freezes after calling Application.Quit() when the scripting backend is set to IL2CPP
- Texture is not applied on a Custom Render Texture when a Cubemap is selected as the texture
Resolution Note (fix version 2023.3):
Fix by improving Web platform documentation to highlight the limitation that WebAssembly VMs cannot collect in the middle of executing C# code. Documentation has been updated here: https://docs.unity3d.com/2023.3/Documentation/Manual/webgl-memory.html.
Resolution Note (fix version 2021.3):
Issue is expected to happen, Documentation has been updated with additional information.
Link for 2021.3: https://docs.unity3d.com/2021.3/Documentation/Manual/webgl-memory.html