Animation Transition not showing inspector
I use Unity version 2020.2 . i opened a Unity tutorial project (Tutorial lesson 3.3 don't stand there) My problem is, when i click on the Animation Transition , the inspector is blank. But when i create a Transition in the same state to the other same state,both Transition are showing in the Inspector and also when i create a new state and new transition it show the inspector .
Answer by XDura · Oct 13, 2020 at 01:05 PM
We have been experiencing the same issue.
Right now the only way we can edit that transitions is making a new transition on top of the other (that goes from the same state (or state machine) to the same state (or state machine).
I don't know why but the inspector works well when more than one transition is being selected.
Cheers,
Answer by PixelBaka · Dec 19, 2020 at 02:14 PM
to disable the Hide Flags open the controller in a text editor and set: m_ObjectHideFlags: 3 to m_ObjectHideFlags: 1
Answer by MestreBob · Apr 29 at 05:44 PM
i may not right but, in my case solved it, this error could happens when you transport a animator into several projects, so if you create a new animator and put the animations into it may work.
Your answer

Follow this Question
Related Questions
Animation delay from walk to idle 1 Answer
Simple problem with animations, little delay 1 Answer
Simple problem with animations, little delay 0 Answers
Problem With Character Animations 0 Answers
Problem after importing model from maya 0 Answers