Hi, I created a “behind glass” effect using _CameraOpaqueTexture, now I’m trying to adapt it to my 2D game, the problem is that everything in my game is using the new “Sprite Lit Master” Node, by default this seem to be “Transparent” and there is no option to change it like in the PBR Master node (where you can select Opaque)
because of that I cannot adapt the effect to my game and really need to find a workaround, is there any known solution? something like _CameraTransparentTexture that does the same with materials set to transparent
I could marry you right now, that did work! just one problem, in game everything looks perfect now, but the sprite with < 2500 disappears in the scene, couldn’t figure out how to bring it back
I’m using _CameraOpaqueTexture for water refraction.
So i have 3D water, waves, refraction… and 2D ships.
Placing the ship on the surface makes the part of the sprite that is occluded by the waves or submerged not visible.
Using <2500 makes it look completely submerged & refracted, i can see it being a solution for submerged sprites but is not enough for those half submerged half above surface cases.