Search Issue Tracker
Won't Fix
Votes
0
Found in
4.3.0f4
Issue ID
576558
Regression
No
Cannot view the last array in the Inspector
Steps to reproduce :
- import the project attached
- open the scene
- select the game object
- expand the "test" member and notice the last array cannot be filled
Explanation :
Unity has problem serializing inter-referenced managed data structure, just like Level1 and Level2 in your case. We have to set a limitation of maximum level of depth to avoid unlimited recursion.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Baking ReferencedPrefabAuthoring!” errors are thrown when creating or deleting unrelated GameObjects in a SubScene that references prefabs
- Cannot scroll down to see all UI Builder Inspector items after content is resized
- Crash on SceneTracker::SetObjectDirty when entering Play mode on a project with specific Assets
- UI Toolkit's TextInput element does not inherit layout parameters from the TextField element when TextField.multiline is true
- The TileMap grid in the Tile Palette is not visible when Screen Space Ambient Occlusion is enabled
Add comment