Projectile System

This asset includes a simple projectile system module that allows you to shoot projectiles. The system automatically handles the spawning of launch flash effects and hit effects.

All included modules can be found under: SF Studio → Shared → Modules

Each projectile has the Default Projectile script attached. This script requires both a Sphere Collider and a Rigidbody component to function correctly.

The demo scene also includes a Projectile Spawner script. This allows you to select from a list of available projectiles and spawn them by pressing the left mouse button.

For a detailed overview of all configuration options and advanced settings, please refer to the dedicated module documentation.

Last updated