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

Animator to animation clip?

Discussion in 'Animation' started by Shivazgod_303, Jan 12, 2019.

  1. Shivazgod_303

    Shivazgod_303

    Joined:
    Mar 5, 2018
    Posts:
    14
    I bought a asset from the store and it came animations that are FBX files

    I followed a tutorial online and wrote a script that will follow the player and do different things ect.

    I'm just trying to figure out how I can make a animation clip without starting from scratch

    https://imgur.com/a/exoH9OA


    My question is how do I turn one of those loops into a clip that I can use to assign to my script using the animation component
     
  2. Shivazgod_303

    Shivazgod_303

    Joined:
    Mar 5, 2018
    Posts:
    14
    Okay so I figured out my problem.

    The animation clips were already there all I had to do was expand the triangle box to show it. I didn't know that and I spent hours trying to figure it out. I also figured out you can load the animation and save it as a prefab. It was so simple and dumb! Mod can close/delete <3