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
- Shader Graph node settings warning text colour is very hard to read
- Inconsistent logic on when 'open VFX graph Samples' button appears on Visual Effect Graph in Package Manager
- Unable to dock tabs on panels when non-standard pointers are used (touch-screen, tablet and pen)
- Editor hangs when rendering TMP Text Component with Left and Right Margins set in the Extra Settings
- Occlusion's fields can be set to negative numbers
Add comment