Answers for "unity shader show object behind object"

0

unity shader show object behind object

...
SubShader
{
	Tags{...}
    ZTest Greater //<<This is all you need for common cases.
    //Transparent objects and self-overlap can give you a hard time though
...
}
Posted by: Guest on March-02-2022

Browse Popular Code Answers by Language