# Create Bullet

There are 2 types of shooting in the game:

1. Raycast shooting
2. Physics shooting

### Raycast shooting

For **Raycast shooting**, you need to create a [**Bullet Item**](https://renownedgames.gitbook.io/aurora-engine/weapon/configurate-weapon/setup-gun/shooting-system/create-bullet/bullet-item).

### Physics shooting

For **Physics shooting**, you need to create a [**Physics Bullet**](https://renownedgames.gitbook.io/aurora-engine/weapon/configurate-weapon/setup-gun/shooting-system/create-bullet/physics-bullet).
