Yue Posted August 16, 2017 Share Posted August 16, 2017 I need to bend the player to go through that hole in the wall. Any suggestions? Quote Link to comment Share on other sites More sharing options...
Genebris Posted August 16, 2017 Share 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 Link to comment Share on other sites More sharing options...
Yue Posted August 16, 2017 Author Share Posted August 16, 2017 Thanks You. Where info controller from rigid body?? Quote Link to comment Share on other sites More sharing options...
Solution Genebris Posted August 16, 2017 Solution Share 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 Link to comment Share on other sites More sharing options...
Thirsty Panther Posted August 16, 2017 Share Posted August 16, 2017 This may help. Quote Link to comment Share on other sites More sharing options...
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.