I was looking at the first person shooter example, and I noticed the bullets use a projectile component and give it an initial speed rather than actual physics and setting it’s velocity when it spawns.
With this i also found the bullet behaves differently, in terms of trajectory and how it bounces.
My questions are, which one is more realistic, and which one is cheaper in terms of processing power (whether it does simpler collision detection or simpler simulation or both)