Levels loading

Hi,

my game will have 10 levels. Every Level will be different with 3D Objects and Textures. So what is the best solution? Every Level has his own scene? Destroy every Objects at the end of the level?

Yup, 10 scenes. If you load a new level ( Application.LoadLevel(3) ) unity will clear the old objects automatically.