I have created a 2D game and I am now moving it to a 3D game with a down-pointing orthogonal camera. The closest thing to what I am trying to achieve is to create Light2D and LightOccluder2D nodes were the light is and objects blocking the light and then project it on to the texture of a sprite using a viewpoint.
How do I create a light like this in 3D space?

Thanks