I’m trying to create a basic demo game as a work project, so far I am just using the Lerpz character from the tutorial pack and at the moment when I enter the trigger zone I can’t find a way to make him go up or down the ladder, is there anyway I can make this character Kinematic or something when he enters the ladder trigger zone?
1 Answer
1Assuming you’re using a rigidbody,
if you disable the gravity when (entering ladder trigger zone + getButton move up) then you’ll be able to move up with the vertical input axis. You can eventualy freeze position.x to ensure you’re not falling from the ladder.