Search Issue Tracker
Fixed in 5.4.0
Votes
0
Found in
Issue ID
778651
Regression
Yes
Memory snapshot profiler is broken on 5.4
This is related to UnityEngine.Object optimization: in 5.4, m_InstanceID field was removed from it. The memory profiler throws exception on this line:
var instanceIDOffset = unityEngineObjectTypeDescription.fields.Single(f => f.name == "m_InstanceID").offset;
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- 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
- Issues with tutorial content in Universal 3D sample
Add comment