I want to make an effect which will allow me to see some objects through some other “special” object. So say, for example, there are some ghosts in a game which can only be seen if the player wears some special glasses. Now how do I do that in Unity?
I know that such effect could easily be done using stencil buffer but this is unavailable in Unity so I’m looking for an alternate solution. Any idea?