Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. Join us on March 30, 2023, between 5 am & 1 pm EST, in the Performance Profiling Dev Blitz Day 2023 - Q&A forum and Discord where you can connect with our teams behind the Memory and CPU Profilers.
    Dismiss Notice

Weird animator/inspector behavior (newbie)

Discussion in 'Animation' started by Inksuki, Apr 3, 2022.

  1. Inksuki

    Inksuki

    Joined:
    Mar 17, 2022
    Posts:
    15
    Help me understand why, in the animator I'm seeing some odd behavior. I've created a new Animator controller, and 2 animations. An idling state animation, and a running state animation.

    When i look at the states, in the inspector, there are details, like Motion, Speed, Motion time, Mirror, etc etc.

    However, whenever I add a transition from one of these states, in this case from idling to running. Whenever i select the idle state in the animator, the inspector is blank. There are no details. Weirdly, when i mouse over some section in the inspector window where the settings should be, the mouse changes to the slider icon, like I'm able to change the values.

    If i then delete the change in state from idle to running, all the values reappear in the inspector.

    Here's some screenshots to show what i'm seeing:

    upload_2022-4-3_15-21-56.png

    And then once the new transition from Idling to Running is added and Idling is selected:

    upload_2022-4-3_15-23-34.png
     
  2. Inksuki

    Inksuki

    Joined:
    Mar 17, 2022
    Posts:
    15