- Home /
How to drag object faster to the ground?
Hello guys,
This is my first question i am asking here so dont mind if im doing it wrong... :)
Is there any way i can make an object be dragged down to the ground faster. For example i am developing an endless running game and i want my player after jumping the obstacles comming, be grounded faster than usual. I did the jumping with AddForce method type Impulse.
Thanks in advance :)
Answer by TheBinaryNeno · Jun 04, 2015 at 02:42 PM
I have solved this with increasing the global gravity in the Physics tab. Thanks for the help anyway. :)
Answer by Saad_Khan · Jun 01, 2015 at 01:21 PM
You should increase the global gravity , you might also have to increase the force in the AddForce method once the gravity has been increased sufficiently.
Did this solve your issue, if yes , please mark it as the accepted answer..
Answer by AdamAz · Jun 01, 2015 at 01:13 PM
Hi,
this is probably not the best and easiest solution but maybe try adding a force to push him down?