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
Icon and splash screen files are not included in export project due to saved as UIDs in ProjectSettings. Instead, file at path uid:/ is exported, but it is ignored by engine, so icon and splash screen doesn't work.
Steps to reproduce
Set custom icon and splash screen. They will be saved in ProjectSettings as UIDs.
Export project.
Run project. Notice default splash screen and icon.
Tested versions
Regression from Expose path properties save UID internally if referencing a resource #97912
System information
Godot v4.4.dev7 - Arch Linux #1 SMP PREEMPT_DYNAMIC Thu, 19 Dec 2024 21:29:01 +0000 on Wayland - X11 display driver, Single-window, 1 monitor - OpenGL 3 (Compatibility) - Mesa Intel(R) Graphics (ADL GT2) - 12th Gen Intel(R) Core(TM) i5-1235U (12 threads)
Issue description
Icon and splash screen files are not included in export project due to saved as UIDs in ProjectSettings. Instead, file at path uid:/ is exported, but it is ignored by engine, so icon and splash screen doesn't work.
Steps to reproduce
Minimal reproduction project (MRP)
mrp.zip
The text was updated successfully, but these errors were encountered: