Search Issue Tracker
Fixed in 5.4.0
Votes
0
Found in
5.3.0f1
Issue ID
745085
Regression
Yes
[TreeViewUtility] NullReferenceException when trying to configure Avatar
Steps to reproduce:
1. Open attached project (link bellow)
2. Open scene "golem totally awesome"
3. Select "golem mecanim" in hierarchy
4. In its Avatar component, click on "Avatar" field to be redirected to the avatar in project tab
5. Click on "golem mecanimAvatar" in project tab and click "Configure Avatar"
6. Avatar configuration scene is opened but bones aren't expanded and two exceptions are thrown in console:
"NullReferenceException: Object reference not set to an instance of an object
UnityEditor.TreeViewUtility.SetChildParentReferences (System.Collections.Generic.List`1 visibleItems, UnityEditor.TreeViewItem root)......"
"InvalidOperationException: Operation is not valid due to the current state of the object
System.Collections.Stack.Peek () (at /Users/builduser/buildslave/mono-runtime-and-classlibs/build/mcs/class/corlib/System.Collections/Stack.cs:321)....."
Expected behavior: Bones are expanded and no errors are printed in console
Note: this bug is very "picky" when trying to reproduce it:
1. Deleting any object from the scene makes this bug not reproducible
2. Selecting "golem mecanimAvatar" directly from project tab (without being redirected to it like in step 4) makes this bug not reproducible
3. This bug is only reproducible one. To reproduce it again, one needs to reopen project
Regression introduced in 5.3.0b2
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Certain textures are incorrectly marked in the render pass list when observed through Render Graph Viewer
- "Assertion failed on expression" error occurs when multiple Animation Components are instantiated after changing the Culling Type
- MacOS persistentDataPath uses old path when built compared to Editor Play mode
- Crash on RaiseException when entering Play Mode in a specific project
- Debug Console does not reappear when disabling and re-enabling Debug.developerConsoleEnabled
Add comment