Failed to import ‘D:/program files/UE_4.22/FeaturePacks/StarterContent.upack’. Failed to create asset ‘/Game/StarterContent’.
Please see Output Log for details.
1 Like
This dialog seems to pop-up only when the project is opened for the very first time. I never see this dialog again. However, it still bothers me so I had a look.
Under Config/DefaultGame.ini there is a block that looks like this:
[StartupActions]
bAddPacks=True
InsertPack=(PackSource="StarterContent.upack",PackName="StarterContent")
I believe it’s trying to re-add the pack and failing to do so because the Starter Content is already present in the project.
I removed this line and tested it on a fresh machine. The dialog pop-up did not appear the first time a user opened the project.
6 Likes