Is it possible to make an object invisible to a specific camera?

I have three cameras in the scene and I would like to make an object invisible to one of these three objects, while the other two can still see it? Is there a way to do this?

I am trying to make a pair of portals. I want the second portal invisible to the second camera so that the camera can see through it(the two red circles). So the player in front of portal 1 will not see the second portal through portal 1. In the same way, the player cannot see portal 1 through portal 2, only seeing the environment it is teleporting to.

Thank you so much for your help!

1 Like

Yes, put it on a separate layer, and disable visibility of that layer on the 3rd camera.

1 Like