Search Unity

Question No matter what animation clip I add to the object, it doesn't play

Discussion in 'Animation' started by Wuan23, Apr 12, 2023.

  1. Wuan23

    Wuan23

    Joined:
    Apr 12, 2023
    Posts:
    4
    No matter what animation clip I add to the object, it doesn't play and the Animator Component in Inspector shows this:
    upload_2023-4-12_18-24-32.png

    But the animation itself is effective
    upload_2023-4-12_18-44-12.png
    how to solve this problem?
     
    Last edited: Apr 12, 2023
  2. olivia3212

    olivia3212

    Joined:
    Apr 15, 2023
    Posts:
    3
    Hello there,

    It looks like the Animator component is not recognizing the animation clip that you added to your object. This can happen for a variety of reasons, but there are a few things you can check to try to resolve the issue.

    First, make sure that the animation clip is attached to the object and is in the correct format. You can do this by checking the Animation window and making sure the clip is listed and can be played.

    Next, check the Animator component settings in the Inspector. Make sure that the Controller is set to the correct animation controller and that the animation clip you want to play is listed under the appropriate state in the Animator window.

    If everything appears to be set up correctly, try removing the Animator component from the object and re-adding it. This can sometimes reset any issues that were preventing the animation clip from playing.

    If none of these solutions work, there may be an issue with your project or settings. Try restarting Unity or checking for any updates that may be available. You can also try searching the Unity forums or reaching out to their support team for further assistance.

    Lastly, if the animation clip is still not playing in the Animator component, you can try using a different animation controller or even creating a new project and testing the animation clip there to see if it plays correctly.

    [Best Regards]
    Olivia Devid