when im trying to package my game it keeps getting stuck i assume its cause i need to cook content but theres only cook content for windows how do i package my game for linux?
UATHelper: Packaging (Linux): LogCook: Display: Cooked content cleared for platform LinuxNoEditor
UATHelper: Packaging (Linux): LogCook: Display: Unable to read previous cook inisettings for platform LinuxNoEditor invalidating cook
UATHelper: Packaging (Linux): LogCook: Display: Sandbox cleanup took 0.203 seconds for platforms LinuxNoEditor iterative false
Not sure if it helps, but for me the packaging was also stuck on this step for several minutes. Eventually the new logs appeared and after ~35 minutes the project was packaged.
Apparently the first time you package the project for a new platform it compiles all the shaders for this platform (even if you don’t use any) and it can take quite a lot of time.
This “Bug” is not one , actually if you check in your taskmanager and see compilerworker doing there job that mean its working and will eventually finish to compile the needed shaders .
The real problem here is that you have 0 idea of how many shaders remain to compile unlike ue4, and have to wait without any hint until its done
In previous versions there was a notice about shader compilation, but since 5.x there is no notification at all, which is very confusing since the log took several minutes to progress. A simple entry to notify about compiling would be great.