Hello,

Currently, the camera view is full screen. Is there a way, in the settings, to isolate the camera view to a portion of the screen? For example, if I want to show controls on the left 25% of the screen, and have the view occupy the remaining 75%?

If there is not a way in the settings, how would I modify the code to do it?

Thanks!

    12 days later

    heiser Hi! Sorry for the late reply.
    You can do this by changing the Camera component's "viewport rect":
    Image description

    if you put a width of .75 instead of 1, the camera will be 75% of the screen.
    I hope that helps!
    Anthony

      Write a Reply...