Closed Darkborderman closed 8 months ago
Upgrade the project to Godot 4.2
Currently 4.2 change_scene_to_file behaves differently in 4.1, which is not called deferred.
change_scene_to_file
This may cause scene beome a blank screen. Some scenes have to add call_deferred to call scene deferred intentionally.
call_deferred
Upgrade the project to Godot 4.2
Currently 4.2
change_scene_to_file
behaves differently in 4.1, which is not called deferred.This may cause scene beome a blank screen. Some scenes have to add
call_deferred
to call scene deferred intentionally.