Different approaches to bullet shooting physics in Unity
Projectile Based Movement
This is basically moving a projectile using either the rigid body or just by changing its transform position. This approach is a very common one that heavily relies on the unity collision detection system using either collid...
theawesomemike.hashnode.dev3 min read