TeaHands on Nostr: Here's one for my #GodotEngine friends. There's a script, attached to a node in a ...
Here's one for my #GodotEngine friends.
There's a script, attached to a node in a scene in my project.
Frequently, for no reason I can figure out (tried and failed to spot the pattern!), this particular script becomes detached from the node and I won't notice until I try and run the project.
The only way to fix it seems to be git checkout on the scene file and then reload Godot project (or to manually re-add the script and set all its exported vars again, bleh).
What gives?
#GameDev #Godot
There's a script, attached to a node in a scene in my project.
Frequently, for no reason I can figure out (tried and failed to spot the pattern!), this particular script becomes detached from the node and I won't notice until I try and run the project.
The only way to fix it seems to be git checkout on the scene file and then reload Godot project (or to manually re-add the script and set all its exported vars again, bleh).
What gives?
#GameDev #Godot