Tested versions Reproducable in 4.4 after commit 179321a System information Win 11 64bit - v4.4.custom_build Issue description SCons terminates building Godot for Windows on x86_32 archs only with the following error: platform\windows\os...
Tested versions 4.3 dev5 System information Windows 10.0.19045 - Vulkan (Forward+) - dedicated NVIDIA GeForce GTX 1060 (NVIDIA; 31.0.15.4633) - Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz (8 Threads) Issue description #86781 was supposed t...
Godot version 4.1.2 Mono System information Windows 11 Home 22H1 Issue description I'm absolutely new to Godot and just followed the 3D game tutorial on Godot Docs, but cannot run the player.cs script due to the can_instantiate() giving an error saying the CharacterBody3D class can't be...
While we are waiting for the Godot PRs (see #4), this is a logger implementation based on log file parsing. For practical usage, my performance measurements showed it as quite usable, and it's completely optional for game developers. It should be trivial to adapt it when the user-facing...
it trows the error "Invalid image: image is empty" while the "data" that is needed is apparently read extracted and valid... Unless i am making a mistake the code below should work. funcupdate_biome_texture()->ImageTexture:varimage_texture=ImageTexture.new()vardyn_image=Image.new()varh...