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.

Bug Animation Override Controller Is Bugged

Discussion in 'Animation' started by rloft123, Jun 26, 2023.

  1. rloft123

    rloft123

    Joined:
    Feb 16, 2022
    Posts:
    4
    I have followed multiple guides and the official documentation multiple times from the ground up and I encounter the exact same issues each time.

    • I have a base animation controller with all the transitions I want, I give default animations to each of the states in this base controller.
    • I create an animation override controller, add the base controller to the Controller in the inspector, and add the override animations.
    • I give that override controller to the NPC's Animator component (I have tried every update and culling mode, as well as checking/unchecking Apply Root Motion in every possible variation to no success)
    • No matter what, once the game runs it will always override my override by pointing to the base animations and ignoring the overrides I dragged in.

    Here is the Animator component for my NPC pointing to the override controller:

    upload_2023-6-26_10-28-12.png

    Here is the Animation Override Controller before runtime:

    upload_2023-6-26_10-27-16.png


    Here is the Animation Override Controller during runtime (totally wipes my animations):

    upload_2023-6-26_10-26-27.png

    I'm labeling this as a bug because there is no reason this should be happening, I asked people personally and they said it looked like a bug as there should be no way this is happening.