The Collider Module

The Collider Module

All projectile abilities use a required Collider Module. This module is what allows the projectiles to generate colliders and what layers they are allowed to collide with. Users can also control which layer the projectile will be assigned, which by default is Ignore Raycast and is the recommended Projectile Layer.

Note: If you need your projectile to have a collider other than the generated Sphere Collider, you can assign your own custom collider to the Projectile Effect slot (from the Particle Effect Module) and that will be used instead. The Projectile Layer will still be assigned as if using the default Sphere Collider.

Was this helpful?