Is it possible to access the lighting data?
I want to make a shader for 2d sprites, using a normal map, that has rim lights in a cell shaded style. But to do this, I either need to access lighting data in the shader graph, or I need to change the data after lights are calculated but before put to the scene. Anyone know how to do this?