Security camera 2d. Undertale lab camera screen. Project/display camera view to screen/sprite/texture in 2d.

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

Hi

I fastly need to make screen that show some camera view (all in 2d). Here’s drawing what I mean:


camera_2 and projection (screen) must be resizable both;
camera_2 and projection (screen) must be movable freely both.

Good existing game example is screen in Undertale Alphys’s lab, that showing player and all around with camera following player:

Image: https://wmpics.space/di-LWMC.png
Video link with timecode: https://youtu.be/vEVR2FUB3ic?t=8271 (timecode: 2:17:51)

What is the best and simple solution for this?

:bust_in_silhouette: Reply From: ChickenFriedCode

Look up how to do ’ Split Screen Local Multi-Player ’ That’s basically how you do that effect.

You basically just take a camera and send it’s view to a texture thing.