Search Issue Tracker
Fixed in 4.6.X
Votes
2
Found in
4.6.0b20
Issue ID
641038
Regression
Yes
When only having UI Panel in the scene, EventSystem.Update() allocates 392 bytes of memory per frame
To reproduce this issue:
1. Create a new project
2. Add UI Panel to scene ( Create->UI->Panel)
3. Play the scene
4. Open profiler
5. Notice GC Alloc is 392 B for EventSystem.Update()
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Assertion failed on expression” errors thrown when undoing Nodes creation with keyboard shortcut
- Crash on various stack traces when using Texture2D.CreateExternalTexture() while rendering
- Clicking on section text in Node Library > Context folder throws NullReferenceException errors
- Node Library window sections text in Context folder are not visible when Editor is set to Light Theme
- "Scene Depth Difference" Node has an input Port which is called Position WS, directly referring to the World Space Position, when only the View Space Position can reflect if the object's depth is below or above the Plane
Add comment