- Home /
Jump a player to a specific Vector3
Hi,
I am using the 3rd person character (Ethan) from the beta pack. I have platforms I want him to jump to when I click the platform with my mouse. If I jump him with forward momentum, he may or may not land on the platform. Is there a way I can click a platform and have him jump to that Vector3?
Thanks, Jeff
Answer by huntsfromshadow · Mar 08, 2014 at 11:27 PM
Well I would highly suggest you look at RigidBody as you sound like you want to give him some force forward and up. Then play with around with forces in relation to the distance between his position and the target Vector3.
Sorry it's not exact code, but this should get you on the right path.
Your answer
Follow this Question
Related Questions
Move the bullet from the BulletEmitter in the direction player is facing 3D. 2 Answers
How to apply equal force back to player when colliding with a wall? 2 Answers
Move while jump on board 0 Answers
How to make object jump a specific distance ? Unity 3D 1 Answer
how do I push object forward into direction it is facing? 2 Answers