Custom Material Help! How do you not render entities behind it?
I am attempting to learn how to go about doing this, I have attempted removing DisableCulling
My current material looks like this.
"hide_entities:entity_alphablend": {
"-states": [ "DisableCulling"],
"+states": ["DisableDepthWrite"]
}
Currently it renders entities behind it, how do you disable this, I'd like cull out entities so they don't render behind my model of cube plane.