I am using a mecanim character but it floats above the ground. If I set the Character Controller Center Y value to one, the player drops down to the ground. Needless to say, it appears the character controller is added at run time, so I need to know how to tell ORK to use that setting (assuming that is the correct way to solve the problem of course).
  • edited March 2017
    ORK's built-in controls require a character controller, i.e. they'll add one if none is found. You'll have to set up your player's prefab accordingly, i.e. add the character controller to the prefab and position it to match the model.
    Post edited by gamingislove on
    Please consider rating/reviewing my products on the Asset Store (hopefully positively), as that helps tremendously with getting found.
    If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
  • That did it. Thanks.
  • Great, I was having the same problem and this solved it :) thanks!
Sign In or Register to comment.