How to optimize a project.

I have been experimenting in a project that has become huge with redundant textures meshes and particle systems. Is there a way to optimize this level/project, and in essence strip it of all unnecessary files.

Also to add to the complexity. My level is made up of other assets used in other file structures. For example I originally started with the 1st_person_shooter template then add a contents project then added a Pyro project, etc. Is there a way to rebuild the folder structure so that it conforms to a good UE4 working folder structure. Plus reroutes all links to associated files and textures that are either found in Blueprints or particle systems.

Or, do I have to meticulously do it all by hand.

well, make sure to disable the backup/autosave. And go to the project directory and clean those folders, it might save you 30% of the project size.

Other important step, is to delete any assets or maps that is not in use anymore. You defiantly have some of redundant assets, so clean them.

-m