how do i render something off screen

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By XavierH622

i want a window in the player inventory in witch the player can see themselves on a plain background (sorta like minecraft)
how do i render the player off screen so i can place this in the inventory window.
(there are other things I’d like to do with this functionality)

:bust_in_silhouette: Reply From: magicalogic

Am not very sure you can do that. Maybe what you are looking for is rendering stuff using more than one viewport. Check the documentation on Viewports on how to do that.