[SOLVED] Compiled game size

Does Unity include every asset while compiling game or only these which were actually used in game?

Only the ones used in a game. You are suppose to load Extra assets into the resources folder as Prefabs which you can instantiate during runtime.