- Home /
How to create this 2D dynamic light and shadow system?
Here is the system I want to implement:
http://ncase.me/sight-and-light/ https://www.assetstore.unity3d.com/en/#!/content/25933
What I understand by now is that I will do many raycasts to every collider's borders and draw a polygon to cover it. But I'm pretty much clueless about how to use this polygon to create the fog using Unity components or shaders.
Comment
Your answer
Follow this Question
Related Questions
Baked light + dynamic light, same mesh? 1 Answer
Dynamic lights being baked into scene? 1 Answer
Adding Verticies to Mesh 1 Answer
Unity Lighting in 2D, block light source 0 Answers