David Snopek

Results 604 comments of David Snopek

In order to solve an XR issue (see PR https://github.com/godotengine/godot/pull/94412), we added a feature (in Godot 4.3-rc1) that will allow you to make Godot keep rendering even if all Godot...

> I tried to capture Godot with OBS while minimized with this commit, but it still freezes in OBS when the window is minimized. Hm. Well, `DisplayServer.register_additional_output()` should definitely keep...

Ideally, we should address both addons and GDExtension. My first idea would be to add a virtual function to `EditorPlugin`, because both addons and GDExtension can implement those, but that...

> Shouldn't GDExtension encode the license text in the binary while addons can runtime fetch? Encoding it in the binary is an option, and it fits in with how other...