Search Issue Tracker
Fixed in 5.0.X
Votes
0
Found in
4.6.0b3
Issue ID
594320
Regression
No
Foreach statements allocate memory unnecessarily
To reproduce:
1) Open 'demo' scene
2) Enter playmode and record the scene in the Profiler. Observe that ForeachAllocTest.Update() allocates 24 bytes.
3) Toggle 'Use Explicit' on the Foreach Demo object
4) Record a few more frames in the Profiler. Observe that now ForeachAllocTest.Update() allocates 0 bytes.
Examine the code and you'll see both code paths do the same thing.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Unity crashes during the scene template selection in the "Inspector" tab
- [Android] [iOS] [UnityWebRequest] Requests with "UnityWebRequest" are open for SSL Proxying
- SetWindowsHookEx does not prevent Windows key input when Editor or Player Window is focused and Active Input Handling is set to “Input System Package (New)” or “Both”
- Crash on GetEffectiveBc7TextureCompressor() when loading and unloading all Assets in the Project
- Terrain Masks do not ignore the mipmap limit
Add comment