Currently, i confused with launch function of editor,that is whatever what i did the program will always cook all resources of my project. I know the package project function of editor can improvement the holl flow with the correctly config file. but the launcher nerver works like package with same configuration file.
I have debuged the launcher, it seems like it has the same workflow like package except the parameters is not holl equal.
I want to avoid lanucher program cooking all resources of my project for improvement the holl package and deployment progression speed. how can i do it?can anyone show me any nice tip?
Thanks
Hi,
We had a pending issue open with editor exposing a map list for packaging. I believe this is what you need to avoid the content being cooked.
This allows you to setup a list of maps which the project uses, content which the maps reference will be included.
You can also setup directories of additional content which need to be packaged but isn’t referenced by the map some projects need to do this to support dynamic loading of content.
The new packaging settings are in 4.8.
I just packaged my project in 4.10 and selected the maps I wanted to include. None of the others were included. Could you please provide additional information, including any you may have?