MOST Hide

MOST Hide is a detector system that sets transparency (temporary change material) to objects that hide the target object or sets between two specified objects (like camera and character), commonly used in idle, arcade, and shooter games to display characters hidden behind walls and buildings.

The watcher object is camera, and watched object is the character

The system retrieves the original material data and only sets the target color (support transparency), Also, you can control or set the shader/material that will be used in transparency mode

You can apply the effect on the parents or children of the detected object

Last updated