-
-
Notifications
You must be signed in to change notification settings - Fork 21.5k
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
Godot crashes while typing access to a field of exported variable in the gdscript editor #20589
Labels
Milestone
Comments
perrauo
changed the title
Godot crashes after when accessing field of exported variable
Godot crashes while typing access to a field of exported variable in the gdscript editor
Jul 30, 2018
Doing this is a workaround
|
Some quick context from gdb (tested on a custom branch though):
|
Any more reproduction steps? Doing what is described in OP seems to work in 3.1 stable. |
Assuming fixed in 3.1. Please comment if you can still reproduce it. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Godot version:
Issue description:
Godot crashes after when accessing field of exported variable inside instanced scene. Possibly related to #19264
Steps to reproduce:
func _ready()
begin writing_tree_node.
with.
operator.The text was updated successfully, but these errors were encountered: