#Making a bullet fly and become a physics object on collision

3 messages · Page 1 of 1 (latest)

kind yoke
#

I wanna make a bullet object which essentially has two states, the first being moving at a constant speed in a single fixed direction, and the second being acting like a physics object with collisions with the world and player. The bullet should switch from the first state to the second on collision with the world. What should I use to accomplish this? Should I have a single bullet object which is a RidigBody3D or have it turn into a rigid body on collision or something?

nocturne ruin