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. Join us on March 30, 2023, between 5 am & 1 pm EST, in the Performance Profiling Dev Blitz Day 2023 - Q&A forum and Discord where you can connect with our teams behind the Memory and CPU Profilers.
    Dismiss Notice

Animation basics help!

Discussion in 'Animation' started by desmondwoot, Nov 15, 2013.

  1. desmondwoot

    desmondwoot

    Joined:
    Aug 10, 2013
    Posts:
    14
    Hello!

    I am a new user of unity, and I'm currently having trouble wrapping my head around how animations work in unity.

    I've just made and animated my character in 3D max, and separated each animation into its own file (eg. Idle, run etc). I, then, exported each animation into its own FBX file with the naming conventions 'modelname@idle.fbx', 'modelname@run.fbx'. I also have one more 'modelname.fbx' with no animation.

    I've read that naming it this way will somehow merge all the separate animations into the modelname.fbx? I don't see this happening and I'm not sure if I should.

    Could someone explain to me the process of getting animations into my playable character? I even tried scripting a public AnimationClip variable and dragging my 'idle' animation clip into it. When I run the game, nothing happens, and the animation doesn't play.

    Please help!
     
  2. ma.parizeau

    ma.parizeau

    Joined:
    Mar 21, 2010
    Posts:
    116