Engine Keeps Packaging The Same

Hello. I packaged my game yesterday, then I needed to add some things. So I changed, added a user widget for example. Now when I package the game again, it packages the same thing before, doesn’t include new addings. How can I fix this?

It’s hard to tell, but try this:

  • Save everything
  • Restart the Engine
  • Make sure you selected the right default map in the project settings
  • Make sure you selected the right game mode
  • Try to add-other elements to your scene like a static object instead of widget
  • Delete your packaged directory, and package again
  • Read your log files

I hope this helps, and let me know if you notice something else

Didn’t work but I figured out the problem: There is a saved data somewhere. I deleted save game files but packaged game has a save file. That’s why it doesn’t show the widget and such.

I even deleted all ‘Saved’ file but it still packages the same. I literally can’t release my game because of this.

In the Project Folder, make a back up of then delete the Intermediate, Saved and Config folders. If this works, you can return the Config folder from where you backed it up form and try again. If problem returns with the Config folder, then you’ll have to redo your project and editor settings from scratch.

Let me know if the resolves the issue for you.

Thanks for your answer. I tried it but it didn’t work. Then I change save slot names and it works now. Thank you both.