SturdyPath
A resource path reference that won't break when moving files in Godot.
|
Sturdy Path is a simple Godot addon that provides a way to reference a scene or resource by path, in a manner that won't break when moving files around within the project. This is accomplished by keeping track of the target file's uid://
path, which is invariant of the file's location within the project.
addons/mpewsey.sturdypath
directory from this repository into the addons
folder of your Godot project.Project > Project Settings
and clicking the enable checkbox next to the plugin.