The typical way to make an object fade out is to apply a material with a “fade” rendering mode and then set the alpha on it’s color.
However, in my scene I am getting z-fighting issues with this object if its material is set to “fade.”
I’m curious if there are another other options or alternatives to make an object fade away.