Im using the flying template the one with the ufo and im trying to set up collision literally tried everything but nothing works all projectiles go through meshes in the level.
Bump…
Hey Cyclonus,
Here’s a few things you can check:
- Both objects (Projectile and Mesh) have ‘Generate Overlap Events’ enabled
- The mesh, under collision presets, has collision enabled and under object responses is blocking the Object Type of the projectile.
- The projectile also has collision enabled (or query only depending on how you’re using the collision) and under object responses is blocking the Object Type of the mesh (overlapping for query only).