I want to make it so that from a certain point, everything below gets darker and darker, kind of like a void. I’m thinking something like a volume absorption shader, except that would kill devices. How can I make this type of void?
I’d do it using a shader that lerped towards black (or whatever colour you want your void to be) based on increasingly negative y coordinate of the pixel as measured in world space.