You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been working on a solitaire game and my project has developed an issue. The scene card_body.tscn needs to have it's root node have the card_body.gd script attached to it. However, the project has developed some sort of an issue where this script keeps being removed form the editor.
Steps to reproduce
If I open the project, and open res://scene/card_body.tscn, the root node will have no script attached. I then click on the attach script button and attach card_body.gd. The project now works. However, if I save the project, exit and reload, card_body.tscn no longer has the script attached and I have to manually reattach it.
Godot version
v4.0.3.stable.official [5222a99]
System information
Windows 10, Compatability
Issue description
I've been working on a solitaire game and my project has developed an issue. The scene card_body.tscn needs to have it's root node have the card_body.gd script attached to it. However, the project has developed some sort of an issue where this script keeps being removed form the editor.
Steps to reproduce
If I open the project, and open res://scene/card_body.tscn, the root node will have no script attached. I then click on the attach script button and attach card_body.gd. The project now works. However, if I save the project, exit and reload, card_body.tscn no longer has the script attached and I have to manually reattach it.
Minimal reproduction project
Solitaire.zip
The text was updated successfully, but these errors were encountered: