So, I recently ran v4.4 for the first time and was surprise to see a feature that I was originally missing coming from Unity: An embedded game window.
Now that I had my first experience with it, I wonder why it actually is a real system Window with hidden header placed at the right spot instead of being a window node attached to the game window tab. This creates all kinds of problems as for instance described in this issue: Embedded game window opens taskbar when focussed · Issue #104827 · godotengine/godot · GitHub
So, can anyone explain me why it is not possible to add it natively to the engine with the Window node system so that the game window is not an OS window but part of the engine?
Cool, I hadn’t discovered the update news page which looks juicier than ever. But I guess, I am not entangled enough in the engines design to truly understand why these dependencies could not be avoided if ran inside the editor. But I trust those in charge.
Unity will try its best to catch all exceptions thrown by the game, but if it fails, your game crashing can also crash the engine. As far as I know, this isn’t something that can be avoided, at least not entirely.