Recent content by YeeHaw01

  1. Y

    Character not rendering in place

    Ah, that was it. Thanks!
  2. Y

    Character not rendering in place

    PM sent.
  3. Y

    Character not rendering in place

    The Nolan character works fine. I did try to change IK settings to fix the issue, but no luck. It appears the culprit is this line of code in CharacterIK.SmoothMove( )... m_Hips.position = m_Transform.TransformPoint(m_HipsPosition); When I look at the rig, the hips have a local position of...
  4. Y

    Character not rendering in place

    If I disable the Character IK script, the character snaps into the correct position. I guess it must have something to do with the way the IK script is calculating the bone positions.
  5. Y

    Character not rendering in place

    I'm starting to play around with the Third Person Controller to get a feel for how it works. For some reason, the mesh of my character is rendering offset from the parent game object. In the first screenshot, Enemy2 is selected and you can see that, based on the transform, it is positioned...
Top