Quantcast
Channel: Latest Questions by Alex_May
Viewing all articles
Browse latest Browse all 16

2D physics, animation-controlled kinematic colliders not affecting momentum

$
0
0
I have an object that is controlled by an animation (it is a simple box collider and the animation kicks it upwards quickly before returning slowly to its original position, and it does this on a loop), in an attempt to create a kind of kick tile that catapults objects that land on it upwards. The problem is that the objects on the top of the tile do not achieve any kind of upward velocity. They get pushed out of the way, that is they physically move upwards, but they don't start moving upwards; their velocity is unaffected and no momentum is transferred. I have made sure that the platform's Animator is set to Animate Physics, and that the Rigidbody 2D is set to Is Kinematic. Both the bounce pad and the object on top have a physics material, with a non-zero bounce value for what that's worth (I tried with 0 bounce and 1 bounce and same deal). I have experimented with different masses as well. Same deal. I know it's not that anyway because if I set the object's gravity to 0, the pad just pushes it up, and there it stays, instead of shooting off upwards forever. I've tried all combinations of settings for interpolation and collision detection on both interacting objects. Nothing enables the platform to transfer momentum to the object on top. I have also tried attaching a dynamic (non-kinematic) 2d box as a child of the platform. It doesn't work, and has the additional problem of not matching the animation anymore. For what I want to do, I really don't want to add hacks like detecting collisions and then adding some force to the object from a script. Any ideas / explanations?

Viewing all articles
Browse latest Browse all 16

Latest Images

Trending Articles





Latest Images