I’m trying to get the tiles in a tilemaplayer to create a shadow instead of casting a shadow on themselves. I’m using a DirectionalLight2D for “darkness” and a PointLight2D for light.
I never actually managed to do it my closest “solution” was to have two tilemaps: one that lights up and one that occludes, also having an extra light for the tilemap that lights up.