Hi,
I’m trying to build a project without including some scenes.
Will the projects be build with all assets?
Project is build for Windows Phone 8.
P.S.:
The problem is - I try to figure out if there is an issue with one of advertising plugins and don’t know how to remove it completely from project.
Sisso
2
In general case:
- Only scenes in you building settings will be build.
- Everything in Resources
- Assets recursively referenced by 1 and 2
- Every script with exception of code inside of:
a. Editor folder
b. Different plugin platform (Plugins/Android for ios build for example)
You need to search deep in the manual and unpack your binary to have sure.
The best is to delete/remove the undesired files before build. If you already have some building scripts and version control is a piece of cake.