Forum rules - please read before posting.

I have climbing slope problem.

Hi
I want to make player to climb stair.

But under speed 3, It was impossible to climb. (my character's walk speed is 2)

Because slip(gravity) speed is too fast.

I tried to find code about this, but i couldn't.

Please tell me the solution.

Thank you~

Comments

  • In addition, as player stay longer in slope area, slip speed increase more and more.


  • This is a 3D game?

    You can remove your Player's Rigidbody and Capsule Collider components with a Character Controller - this will give you the options and controls needed to move well on slopes.
  • Hi~
    Is there any script that make player slip in the slope in AC?
    And I just use Tin-pot prefab as Player ( has capsule collider, rigid body, but no character controller)
    In addition, game style is FPS.
    And 3D game.

    Here is movie file.

    Thank you~
  • You can try checking "Freeze when Idle?" in the Player component, but changing to a Character Controller is better.
  • Ah. did you mean that It will be better to attach Character Controller to Player?

    I misunderstood as remove it.

    In short, Remove (rigid body) AND Add (capsule collider + Character Controller)?

    If this is right, would you choose best Character controller for this? (standard's FPS?)
  • It's always dependent on your game's needs, so it varies.

    What I meant was:
    • Remove Rigidbody
    • Remove Capsule Collider
    • Add Character Controller
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Welcome to the official forum for Adventure Creator.