Search Unity

  1. Unity Asset Manager is now available in public beta. Try it out now and join the conversation here in the forums.
    Dismiss Notice

Question wondering why character remains in tpose?

Discussion in 'DOTS Animation' started by codingSince666, Oct 27, 2021.

  1. codingSince666

    codingSince666

    Joined:
    Oct 21, 2021
    Posts:
    16

    on Play character seems to be super down scaled (barely visible) and rotated on X axis by 90 degrees, facing the floor with his face, in T pose. he doesnt animate
     
  2. NT_Ninetails

    NT_Ninetails

    Joined:
    Jan 21, 2018
    Posts:
    196
    Does your material support VertexSkinning or ComputeDeformation?
    try using the either the SimpleVertexSkinning or SimpleComputerDeformation material provided by the Unity.Animation.Sample project and see if that works.

    You could also take a look at this and see if this video helps. I go over the setup to get an animation working in DOTS.