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
{{ message }}
This repository was archived by the owner on Apr 16, 2026. It is now read-only.
What problem does this solve or what need does it fill?
Moving around assets can be quite tedious as every time that asset is referenced in code/scenes will have to be changed.
What solution would you like?
When renaming/moving a file the editor should update the path whenever it's used. Potentially with a prompt.
What alternative(s) have you considered?
Search all files in the project manually to find where it was previously used and update it. This may discourage users from reorganising assets, which isn't ideal.
What problem does this solve or what need does it fill?
Moving around assets can be quite tedious as every time that asset is referenced in code/scenes will have to be changed.
What solution would you like?
When renaming/moving a file the editor should update the path whenever it's used. Potentially with a prompt.
What alternative(s) have you considered?
Search all files in the project manually to find where it was previously used and update it. This may discourage users from reorganising assets, which isn't ideal.