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
- After converting a Built-in project to URP render texture related errors are spammed that can lead to Game view being rendered on top of Scene view
- UI Builder slider value lags and stutters when sliding/modifying certain property values
- "Reset UI Builder Layout" functionality inconsistently changes Canva Size when "Match Game View" is enabled/disabled
- Texture Import Warnings are obscured by other Terrain Layer options in the Inspector
- Burst Inspector middle divider is jittering when resized with the Burst Inspector window docked
Add comment