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. We’re making changes to the Unity Runtime Fee pricing policy that we announced on September 12th. Access our latest thread for more information!
    Dismiss Notice
  3. Dismiss Notice

Animator not giving information

Discussion in 'Animation' started by Mr_fahrenheit12, Aug 29, 2022.

  1. Mr_fahrenheit12

    Mr_fahrenheit12

    Joined:
    Nov 12, 2021
    Posts:
    5
    I'm trying to set up the animator for my character and it seems to be working well for the running and idle animation so far but nor for the jump animation, the setup is shown below, I tried adding a SetTrigger for the jump animation but it it doesn't go back to the other animations when in contact with the ground so I assume my IsGrounded bool isn't working or something, can someone please give me a way to fix this? I will post my code if needed. upload_2022-8-29_11-48-9.png