How to block a flare without colliders???

Is there anyway I can block a flare without the use of a collider?

Currently I have an “Exit Flare” set up at the exit of a cave, its a really nice looking trick BUT the only way I can block it for when you’re entering the cave is with a small collider, its a bit of a hack really as there is a small chance you could hit that collider even though its very small… is there a better way to achieve this?

Thanks

Kinl

350363--12173--$exitflare_983.jpg

Just use a collider. It doesn’t have to interfere with anything; make it a trigger or use IgnoreCollision.

–Eric

Cheers… I’ll point my coder in that direction :wink:

I forgot to mention I do drawing and colouring in only my coding skills go as far as cut and paste :wink:

Thanks again