Search Issue Tracker
Fixed in 2017.1.X
Votes
0
Found in
Issue ID
891126
Regression
Yes
[Anim] error clicking in empty Animator window
Getting the following error in the Console when clicking in an empty Animator window.
repro:
-start Unity (repro only happens on a fresh start)
-create a new Project
(needs to be a new empty project, no Animator controller)
-open the Animator window
-click the Animator window canvas (no controller selected)... error...
NullReferenceException: Object reference not set to an instance of an object
UnityEditor.Graphs.AnimationBlendTree.GraphGUI.DoBackgroundClickAction () (at /Users/builduser/buildslave/unity/build/Editor/Graphs/UnityEditor.Graphs/AnimationBlendTree/GraphGUI.cs:348)
UnityEditor.Graphs.AnimatorControllerTool.OnGUI () (at /Users/builduser/buildslave/unity/build/Editor/Graphs/UnityEditor.Graphs/Animation/AnimatorControllerTool.cs:1021)
System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.Reflection/MonoMethod.cs:222)
repro in...
Version 5.6.0f1 (95292252f04a)
Branch: 5.6/staging
not repro in Unity5.5.2p2
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Texture Map Viewer shows "Loading..." text instead of indicating users that Baked Texture Maps are missing
- "Analyze Import Process" button misaligned in Import Activity window
- Text in “Baked Shadowmask” mode is difficult to read in Baked Lightmap Viewer when Editor theme is set to Light
- Mesh wireframe is difficult to see in Baked Lightmap Viewer window when texture opacity is maximized
- Informational text does not wrap and does not fit when the Viewer Window is opened by default
Add comment