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
- Uninitialized variable warning appears in the Inspector of a custom shader when the variable is initialized
- "Failed creating toolbar element from ID..." error is thrown when resetting the Scene view Overlay layout while an Asset Transformer Toolbox overlay is active
- Entity ID for Font Assets is serialized twice which throws an error when using Debug Inspector
- Play Mode can be entered when disabling Adaptive Performance and pressing either the Play Mode button or the keyboard shortcut to enter Play Mode before recompilation leading to errors and warnings thrown
- Parent ListView element also becomes selected when inner ListView element is selected
Add comment