Godot v4.3.beta2 - Windows 10.0.19045 - Vulkan (Mobile) - dedicated Radeon RX 560 Series (Advanced Micro Devices, Inc.; 31.0.14001.45012) - Intel(R) Core(TM) i5-4570 CPU @ 3.20GHz (4 Threads) Issue description When we resize nodes of type Control, with size (0,0), while holding...
Can't open scene, error while loading 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 #86781was supposed to fix openi...
The only explanation is that it was caused by removing a childOptionButtonwhile it's popup is visible andWINDOW_EVENT_MOUSE_EXITwas called for the popup. Steps to reproduce It will be hard to provide a MRP, I'm using a customInspectorand i clear all the children then i readd them again...
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...