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
- Additional empty space becomes visible under "Scripts" in the "Add Component" window
- Longer component titles overlap navigation arrow in the "Add Component" window
- Joint Physics result in unexpected behaviors when used for articulated vehicles like buses or trucks
- Standalone Player crashes with "TDerived GetOrLoad<TDerived>() where TDerived : T" when IL2CPP Code generation is set to "Faster (smaller) Builds"
- IndexOutOfRangeException and InvalidOperationException when logging XML string
Add comment