Is it possible to display the output from two cameras on the screen?
That is, a picture in a picture?
In unity, there is a Viewport Rect option in the camera settings.
I need to display the image in one place of the screen data from 1 camera, and in another from another. Is it possible to do this?
Maybe something can be done using the UViewport class?