Weird game-output!

Hey Guys

In order to test my game, I tried to build it as a Windows Standalone.
Everything seems to work fine, until Unity starts to build the “recources folder” and my whole Scene view and Hierachy suddendly seems to get completely empty (except for a Main Camera).
Now when I run the game, all I get to see is some weird, pink water and particle systems, plus I can’t even move my First Person Controller.

And it also doesn’t use my Default icon I set up in Unity.

I tried to build a Webplayer version too, but then I get an Error that says:

30095-unbenannt.jpg

Can somebody please help me?

Edit: Ok. The following text is written in my output_log-file:

"The referenced script on this Behaviour is missing!

(Filename: Line: 1615)

A script behaviour has a different serialization layout when loading. (Read 24 bytes but expected 48 bytes)
Did you #ifdef UNITY_EDITOR a section of your serialized properties in any of your scripts?"

How can I now find out which file in my project is meant by that?

I’m grateful for every answer!

Elias

Ok. I figured out that it has nothing to do with the “Terrain Composer”.
I have a few terrains (volcanos) in my scene and when I delete their textures, everything works fine! Does anybody know how I can keep these textures without getting this error? Thanks… :slight_smile: