I’m trying to duplicate the depth “thickness” added to 2D sprites that 3dSen VR accomplishes (screenshot shown below)
To achieve this for Paper2D sprites, I’m assuming I’ll have to make modifications to the “DefaultLitSpriteMaterial” that Paper2D uses by default. I made a copy of the material, but I’m not sure where to go from here to achieve the effect
(default material shown below).
Anybody know how to go about this?