Nickolai Korshunov
Nickolai Korshunov
Godot-cpp commit 8ead641b086b4c3034fc611854f38e516659aec1 godot4 commit be52c5bf6ee7f8e1181f42f7c68fca9f8aaaa2b6 Windows 10 Using example code below place Example node in scene tree in editor and it will be spamming in log as if it...
Monorepos tend to become very large and optionally have large binary blobs in them (for example art content in gamedev). So different VCS should be considered. For example git as-is...
SceneTree should be fully initialized before any tree operation with any node and finalized only after all nodes exited tree. Accounts only for in-tree operations, not constructors. After fix init-deinit...
(continuation of https://github.com/godotengine/godot/pull/72248) **THIS CHANGE IS EXPERIMENTAL AND PROVIDED FOR DISCUSSION FOR https://github.com/godotengine/godot/issues/71695** Autoload singletons should be accessible from any normal node at any time. Right now singletons init as...
I have to use vpn with 2FA, so my password consists of pin+code from google generator. Thus vpn can only be used in desktop mode.