-
-
Notifications
You must be signed in to change notification settings - Fork 21.9k
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
[Export] Convert uid://
names to res://
when exporting files.
#101954
base: master
Are you sure you want to change the base?
Conversation
Not sure what this PR is trying to achieve. I exported my project (which is quite big) and not a single was saved with UID path, so the added code never had a chance to run. Does it depend on target platform? If it should prevent the issues fixed by the linked PRs, did you test whether it can supersede them? Note that e.g. #100920 might be not relevant anymore, because FileAccess recognizes UIDs now. |
Ensure no |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suppose it's harmless.
The repeated code (simplify_path()
+ UID check) could be a method in EditorExportPlatform.
Should prevent future issues similar to icon/splash issues fixed by #99353 and #100920