-
-
Notifications
You must be signed in to change notification settings - Fork 21.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem with this line get_tree().change_scene_to_file("res://Path") in Godot 4.2 #84681
Comments
Is there a new way to change the scene ? |
still nothing with 4.2 rc 1 |
I also have the same problem。 |
Hi ! Anything new ? Get this errors when quit with Ctrl -c |
Hi all. Just came to say this is happening to me in 4.2 stable 😛 I'm not sure if it's causing an actual problem (scenes are still loading, I think), but I'm investigating other issues and I'm not sure if it's related. #85643 seems to be related, as well. |
at the moment i am using some workarounds get_tree().reload_current_scene() but not sure this is enough for all cases actually |
Godot version
4.2 beta 5
System information
windows 10
Issue description
on this line
get_tree().change_scene_to_file("res://Client/Client.tscn")
i get this errorAlso on 4.1 when i go back to this scene i made :
queue_free()
get_tree().change_scene_to_file("res://Client/Client.tscn")
this doesn't work anymore, this loads nothing
[edit] no crash logs, just empty window left
Steps to reproduce
launch godot 4.2 beta with an app than contains this line
get_tree().change_scene_to_file("res://Client/Client.tscn")
Minimal reproduction project
N/A
The text was updated successfully, but these errors were encountered: