Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Unity Standard Assets Third Person Character Problem With Landing

Discussion in 'Editor & General Support' started by HumphreyGames, Oct 3, 2020.

  1. HumphreyGames

    HumphreyGames

    Joined:
    May 5, 2020
    Posts:
    40
    Hello, so i have a problem where when i jump with my third person character (from the Unity Standard Assets), he doesnt go back to the idle animation when he lands he still thinks that he is in the air. Here is a screen shot to further explain my problem.

    Screenshot 2020-10-03 at 14.21.47.png
    I have looked online first, but could not find anything.

    Thanks!

    Josh
     
  2. Kurt-Dekker

    Kurt-Dekker

    Joined:
    Mar 16, 2013
    Posts:
    38,519
    Not sure if this code uses the CharacterController, but just today I identified an issue in Unity's example character controller code, as posted at the API reference site, that appears to make it not detect the ground reliably.

    Read about it here:

    https://forum.unity.com/threads/how...racter-movement-in-unity.981939/#post-6379746

    You can compare the fixes I made, and see if perhaps the same problem might be happening to the code used in the third person controller.
     
    HumphreyGames likes this.