Im guessing the geometry is flipped and its now showing the back face of the sprite mesh, and perhaps the ambient occlusion doesn’t use the back faces?
anyway… trying to use ambient occlusion which is a 3d effect with sprites which are fundamentally 2d is bound to produce issues.
Thank you for your reply and I totally agree with you. It took me quite some time to get the 3d fx (lighting, shadows and depth of field) working, but I think it’s worth it since the game looks quite interesting with them!
And I actually just found a workaround the problem I posted…the Multi-Scale Volumetric AO from Unity’s latest Post Processing Stack v2 actually works for sprites!