repro test both scenes.zip Godot Engine v4.2.dev3.official [013e8e3] I have been scratching my head at the same problem, and have had to manually edit the scene files to un-corrupt them once or twice. After some fiddling, I have found that setting the ResourceLoader.load cache to IGNO...
Godot version v4.2.beta4.official [93cdacb] System information Windows 10 Issue description get_tree() returns null when called immediately after calling change_scene_to_file() in _process() or _physics_process(). The error printed in de...
在Godot中, 直接调用方法去 修改secne_tree (添加、删除子节点), 处理图形碰撞等都会造成线程不安全,以至报错:area_set_shape_disabled: Can't change this state while flushing queries. Use call_deferred() or set_deferred() to change monitoring state instead. 简单的处理办法就是使用 call_deferred() ...
I am using visual studio 2022, however I believe this will work with all editors since the message pops up whenever the file is edited while it is open in the Godot script editor. The issue is that even if the script editor is disabled, it will continue to open up the dominant script ...
Pull requests2.8k Actions Projects5 Security Insights Additional navigation options New issue Merged akien-mgamerged 1 commit intogodotengine:masterfromKoBeWi:change_scene_but_later Dec 27, 2020 +2−0 Conversation2Commits1Checks0Files changed1 ...
The performance improvement on the SceneTreeEditor caused the previous state of the SceneTreeEditor::marked HashSet to matter, when it previously was always just overwritten when markings changed. ...
project.godot +1-1 Original file line numberDiff line numberDiff line change @@ -11,7 +11,7 @@ config_version=5 11 11 [application] 12 12 13 13 config/name="Malaga-jam-2024" 14 - run/main_scene="res://HelloWorld.tscn" 14 + run/main_scene="res://scenes/gameplay/ga...