The answer found in here might just be what you need.
As gardian06 suggests, you can simply add a collider that covers the area covered by the light and detect collisions to know if the character is affected by the light or not.
You can use trigger colliders where the shadow is and perform your game functionality.
I would suggest avoiding heavy calculations as you know it just tips and tricks that works in game development.