Yue Posted August 16, 2017 Posted August 16, 2017 I need to bend the player to go through that hole in the wall. Any suggestions? Quote
Genebris Posted August 16, 2017 Posted August 16, 2017 You can't do that with character controller. You will need to create a controller from rigid body to be able to change size. Or remove top collider of the hole to let character fit and only move camera closer to the ground. 1 Quote
Yue Posted August 16, 2017 Author Posted August 16, 2017 Thanks You. Where info controller from rigid body?? Quote
Solution Genebris Posted August 16, 2017 Solution Posted August 16, 2017 Basically, you need to use AddForce or SetVelocity instead of SetInput. With AddForce you will also need to add extra force to quickly change velocity in another direction. 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.