Are scripts and assets included in build if they are not present in scene?

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.

In general case:

  1. Only scenes in you building settings will be build.
  2. Everything in Resources
  3. Assets recursively referenced by 1 and 2
  4. 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.