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
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
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!