Hi!
Is there a model for light? I am making a game and i want to achieve something like this: When you step into a light the level will end.
Hi!
Is there a model for light? I am making a game and i want to achieve something like this: When you step into a light the level will end.
You can attach a collider to the light and to your game object. When the object enters the light’s collider, you will receive an event.
Yes i know that but i want to know how to make that light. Should that light be some model?