How do I package up a level?!

I need to be able to put all my files that are being used in my level into one file to upload to someone else. WHY IS THIS NOT EASY? Everything in /Documents is a .uasset?! For example, I need all the PNG files I’m using, as well as the level itself, with all particle systems, etc.

Please help, I have a deadline =( Thank you SO much!

Hey ,

Here are some documentation links that I believe will help you:

  • [Packaging Projects][1]
  • [Packaging and Cooking Games][2]
  • [Migrating Assets][3]
  • [Levels][4]

Thanks!

Packaging Unreal Engine Projects | Unreal Engine 5.1 Documentation
[2]: Packaging and Cooking Games in Unreal Engine | Unreal Engine 5.1 Documentation
[3]: Migrating Assets in Unreal Engine | Unreal Engine 5.1 Documentation
[4]: Levels in Unreal Engine | Unreal Engine 5.1 Documentation

So actually I didn’t know that the .uasset files on disk contain all the info needed for sending a project to someone. So the .uasset for a texture actually IS the texture. So really, I just zipped up the project topmost folder after cleaning it up and that worked.
Thanks for all the links though, that’s also good to know!