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
hello everyone,I tried to package a game project. The packaging speed was very fast, and it was completed almost instantly, but no files were generated. I checked the log and only a few brief messages: LogUObjectHash: Compacting FUObjectHashTables data took 0.82ms LogMainFrame: Selected target: FPSGame LogLauncherProfile: Unable to use promoted target-../../../../../Projects/UE4/SimpleFPSTemplate-UE- 4.18/Binaries/Win64/FPSGame.target does not exist.
I went to that path to check, there is indeed no FPSGame.target file, only one FPSGameEditor.target file I tried to copy a FPSGameEditor.target file and rename it to FPSGame.target and then repackage the project, but it still failed and the log became: LogUObjectHash: Compacting FUObjectHashTables data took 1.28ms LogMainFrame: Selected target: FPSGame LogLauncherProfile: Unable to use promoted target-receipt ../../../../../Projects/UE4/SimpleFPSTemplate-UE- 4.18/Binaries/Win64/FPSGame.target is not for a promoted target
What does this "promoted target" mean? I originally built this game project with version 4.19 of Unreal Engine, and then rebuilt it with version 4.25. Is this problem due to the upgrade of the version? But I also tried to use 4.25 to create a new C++ game project, and found that its directory only has xxxEditor.target and no xxx.target file.
can anyone help me please
The text was updated successfully, but these errors were encountered:
hello everyone,I tried to package a game project. The packaging speed was very fast, and it was completed almost instantly, but no files were generated. I checked the log and only a few brief messages:
LogUObjectHash: Compacting FUObjectHashTables data took 0.82ms
LogMainFrame: Selected target: FPSGame
LogLauncherProfile: Unable to use promoted target-../../../../../Projects/UE4/SimpleFPSTemplate-UE- 4.18/Binaries/Win64/FPSGame.target does not exist.
I went to that path to check, there is indeed no FPSGame.target file, only one FPSGameEditor.target file I tried to copy a FPSGameEditor.target file and rename it to FPSGame.target and then repackage the project, but it still failed and the log became:
LogUObjectHash: Compacting FUObjectHashTables data took 1.28ms
LogMainFrame: Selected target: FPSGame
LogLauncherProfile: Unable to use promoted target-receipt ../../../../../Projects/UE4/SimpleFPSTemplate-UE- 4.18/Binaries/Win64/FPSGame.target is not for a promoted target
What does this "promoted target" mean? I originally built this game project with version 4.19 of Unreal Engine, and then rebuilt it with version 4.25. Is this problem due to the upgrade of the version? But I also tried to use 4.25 to create a new C++ game project, and found that its directory only has xxxEditor.target and no xxx.target file.
can anyone help me please
The text was updated successfully, but these errors were encountered: