Hard Light 2D is a simple drag and drop point light system.
The script uses 2D Colliders on your scene to create sharp shadows typically seen on minimalistic 2D games.
The light's look can be tweaked as easily as picking a different color and/or texture.
Supported Colliders:
- BoxCollider2D- CircleCollider2D- EdgeCollider2D- PolygonCollider2D- CompositeCollider2DHighly optimized with 0 garbage collection footprint.