Search Issue Tracker
Not Reproducible
Votes
1
Found in
2017.1.1f1
Issue ID
958385
Regression
No
Garbage is generated when a game object with a camera component doesn't have GUILayer component too
To reproduce:
1. Open the project, attached by the tester (garbageGenerationBug.zip)
2. Open the Profiler
3. Enter Play mode
4. Click mouse button in the Game view and move mouse around
5. Observe that garbage is generated when you move the mouse
6 (Optional) Add GUILayer component to the camera game object and repeat 3 - 4
Expected: garbage is not generated if camera doesn't have a GUILayer component on it
Reproduced in 5.5.5p1, 5.6.4f1, 2017.1.1f1, 2017.1.2p1, 2017.2.0f3, 2017.3.0b4
Comments (1)
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
- “Label” name in Sprite Library Editor window lacks character limit causing long names go under the Object Field
- Preview image (screenshot) is not available after capturing snapshot in Memory Profiler
- Crash on UNITY_FT_Stream_ReadAt when changing TMPro properties after unloading an AssetBundle
- Particles spawn at the same position when using raw byte address buffer in VFX Graph
- Decal Shader Graph - Custom vertex interpolators are always 0
CanadianGuy43
Dec 21, 2017 09:11
For a developer who spends a lot of time ensuring my GC allocation remains at 0 during runtime, this is a major issue. Hopefully it gets fixed soon!