Search Issue Tracker
Fixed in 2019.3.X
Votes
0
Found in
2019.3.0a2
Issue ID
1153399
Regression
No
[Animation] Null Reference exception is thrown on moving threshold slider in blend tree
[Animation] Null Reference exception is thrown on moving threshold slider in blend tree
Steps to Repro:
1. Create a new Project
2. Project window > right click
3. Animator Controller
4. Double click on Animator controller
5. Animator window > right click
6. Create state > blend tree
7. Double click on blend tree
8. Select blend tree and click '+'
9. Add two motion fields
10. Disable automate thresholds
11. Set all threshold value to 0
12. Move red slider
Actual Result:
Null Refrence excpetion occurs
Expected Result:
The slider moves without any errors or warning and given to the user
Environment:
Windows and Mac
Occurring with:
2019.3.0a2, 2019.2.0b2, 2019.1.0f2, 2018.3.11f1, 2017.4.7f1
Stack Trace:
Error1:
Retrieving array element that was out of bounds
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)
Error2:
NullReferenceException: Object reference not set to an instance of an object
UnityEditor.BlendTreeInspector.BlendGraph (UnityEngine.Rect area) (at C:/buildslave/unity/build/Editor/Mono/Inspector/BlendTreeInspector.cs:673)
UnityEditor.BlendTreeInspector.OnInspectorGUI () (at C:/buildslave/unity/build/Editor/Mono/Inspector/BlendTreeInspector.cs:327)
UnityEditor.UIElements.InspectorElement+<CreateIMGUIInspectorFromEditor>c__AnonStorey1.<>m__0 () (at C:/buildslave/unity/build/Editor/Mono/Inspector/InspectorElement.cs:479)
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Inspector elements are rendered twice when the script component is added via drag-and-drop while the HideFlags.HideInInspector property is set
- Error "Light baking failed with error code 5 (Convergence data not available while rendering lightmaps)" thrown in Console when generating lighting for specific GameObjects
- Copy and Paste options for an Animation Property value are disabled in the Right click contextual menu
- Asset is not found when searching the Label "NewLabel" in Search Window
- "Compute dispatch: missing texture ID..." and "Compute dispatch: missing UAV ID..." warnings are thrown after changing the platform in High Definition 3D template
Add comment