How could this be done? The same Scene from another point of view. Something like this:
(13:28 e.g.)
I've tried this Scene as a simple proof of concept:
Node2D (MainNode)
|Sprite
|Sprite
|Camera2D (MainCamera)
|ViewportContainer(the area for the "other" view)
||myViewport(a Viewport Node)
|||Camera2D
I've set the my Viewport to the same world2d as the RootViewport(because iam not trying to show another/instanced scene)
Gave ViewportContainer/Viewport enough space within the View (half the Screensize)
Did not set myViewport to own world,bcause its the same world(also tried the opposite way)
Tried several settings...(Disable3d in Viewport, setting the second Camera also to current...)
However, i'm on the right way?
thx, for any help!