I want to get a subwindow where I can see more information while the main scene continues to be displayed. This subwindow must be able to be moved outside the main scene.
I tried using Viewports and Cameras but since only one camera can be activated, it doesn't show all information (main scene and other window).
Is it possible to get window class as the same way to get it Godot 4? If not possible, is there a way to get something similar?