Search Issue Tracker
By Design
Votes
0
Found in
2019.1.10f1
2019.2.0a1
2019.3.0a1
2020.1.0a1
Issue ID
1187816
Regression
No
UIElements CreateInspectorGUI() method does not work when used in Animator State Machine
How to reproduce:
1. Open attached project ("AnimatorStateMachineRepro.zip")
2. Open "New Animator Controller.controller" asset
3. In Animator window select "New State"
4. Open Inspector window
Expected result: "UIElements Test" is printed in Test State Machine Behaviour Component
Actual result: No information from CreateInspectorGUI() is shown
Reproducible with: 2019.2.7f2, 2019.3.0b5, 2020.1.0a7
Not reproducible with: 2017.4.32f1, 2018.4.10f1 (CreateInspectorGUI() method non existent)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- "Shader warning in 'Hidden/Light2D': implicit truncation of vector type" is thrown when building Universal 2D template
- AI Assistant breaks compilation of packages using System.Runtime.CompilerServices.Unsafe via auto-referencing
- Unity Hub checks the "Documentation" module by default on the 6.4 and 6.5 streams despite that it was unchecked with the previous installs
- Shortcut that toggles between Dopesheet and Curves Views in the Animation Window's Timeline is mislabed
- Property List Items Overlap onto the Property List's top edge when scrolling through a long Property List
Resolution Note:
Using UIElements is not possible in this case because of how the StateMachine editor renders custom editors.
We will consider adding this functionality in a future release but this is a limitation that cannot be easily removed at the moment.