#make an object disappear outside a trigger zone
1 messages · Page 1 of 1 (latest)
Why do you need a shader for that? Just disable the renderer in C#.
Shaders can be used to control transparency based on a volume, region or any type of distance function
But it's not what you'd call a "trigger", which would imply some kind of persistent state change that you'd prefer to use scripts for