playMaker

Author Topic: Slide Ground Stomp  (Read 2312 times)

PlaymakerNovice

  • Playmaker Newbie
  • *
  • Posts: 18
Slide Ground Stomp
« on: September 06, 2015, 01:23:01 PM »
In my game I want the character to immediately hit the ground when I swipe down, while he's in mid air. I tried using translate and add force but both of those cause him to go through the floor or go to slow. What action could I use to get this to work?

HaraldsVeiss

  • Junior Playmaker
  • **
  • Posts: 68
Re: Slide Ground Stomp
« Reply #1 on: October 12, 2015, 03:51:12 AM »
Hey!

Have you tried to change collision detection on rigidbody from discrete to dynamic on continuous dynamic?

That helped for me once. Let me know how it goes.

Best,
Haralds