Let’s suppose I have a 3D planet, and a ship on it, and i want to fire a bullet that goes whinging around the planet. I can do this manually, but would it be possible by a combination of ‘tricks’ by putting a rigidbody on the bullet, and adding force to it? But it needs to stay in the same orbit, and it would be nice if the bullet stayed tangential to the planet, but not necessary.
I was thinking of making a bullet with a RB on it, but adding some kind of IK chain and anchoring it to the center of the planet. Would this be horribly expensive for a hundred or so bullets?
Ideas?