Hello Guest

Author Topic: CharacterController Player Sliding  (Read 13703 times)

JunkmanCollector

  • Newbie
  • *
  • Posts: 5
    • View Profile
    • Heap up
Re: CharacterController Player Sliding
« Reply #15 on: August 09, 2013, 06:58:26 am »
I could not understand some of the behavior of the Character Controller, at this point I had to give it up and go back to the Capsule Collider and Rigidbody. About the displacement along the axis of Z, I blocked it using a script.

unikronsoftware

  • Administrator
  • Hero Member
  • *****
  • Posts: 9709
    • View Profile
Re: CharacterController Player Sliding
« Reply #16 on: August 09, 2013, 10:14:40 am »
I am still noticing it a bit, for the most part moving in the +-z and +x position works fine, but -x sometimes lags, slows down or stops. Any idea why this is? Could it be some settings in my character controller?

I can't think of anything, but if you create a sample to repro it I'll be happy to look.

robmpreston

  • 2D Toolkit
  • Newbie
  • *
  • Posts: 10
    • View Profile
Re: CharacterController Player Sliding
« Reply #17 on: August 09, 2013, 04:28:35 pm »
I am still noticing it a bit, for the most part moving in the +-z and +x position works fine, but -x sometimes lags, slows down or stops. Any idea why this is? Could it be some settings in my character controller?

I can't think of anything, but if you create a sample to repro it I'll be happy to look.
Yep, will definitely do that tomorrow morning when I finally have time. Thanks for your help.