Search Issue Tracker
Fixed in 5.5.0
Votes
0
Found in
5.3.3p2
Issue ID
778912
Regression
Yes
When Main.OnRenderImage() is called, memory is allocated for garbage collection
Reproduction steps:
1. Open the attached project
2. Open the profiler window
3. Run the "Test" scene
4. Notice that 40 bytes are allocated for garbage collection (check screenshots)
Expected result: When Main.OnRenderImage() is called, memory shouldn't be allocated for garbage collection
Actual result: When Main.OnRenderImage() is called, memory is allocated for garbage collection
Note:
- The allocation happens after the project was built to Android device. Before building the project no allocation was observed in the Editor.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment