Creating Projectiles/Bullets

To use the weapons you need bullets, see how to create bullets below

In the prefabs folder already have projectile prefabs, you can just edit them to save time.

1- Set Item tag and layer to "Bullet" and Add a Rigidbody and Collider to detect collisions

2- Add the Bullet script and configure it

Last updated