I am working on a multiplayer game in unity and i want to add a funcion that let me see at another player's camera trough a small window just like in the game Portal.
Is there a way to do this?
Asked
Active
Viewed 41 times
0

ecco
- 181
- 14

Riccardo Colombo
- 3
- 3
-
2Yes, there is a way – Menyus Sep 08 '19 at 16:41
-
Good, i thought there was no way – Riccardo Colombo Sep 08 '19 at 20:33
-
Try looking up [Render Textures](https://docs.unity3d.com/Manual/class-RenderTexture.html) in the Unity Manual. They should provide the functionalities that you need. – Chae Ho Shin Sep 09 '19 at 05:21