Game doesn't work

Hey

I’m new to Unity and i build and wrote a few scripts for a game. Today after building I pressed the Play button to start the game and see how it works but there happend nothing? I have buttons in the game, a zoom and you can move the camera with the arrows of the keyboard but nothing works anymore?

When you’ve got an reply for me please write it very detailed because I have only the basic into Unity.

Thanks for replying! :slight_smile:

yes there is only one error:

Non-convex MeshCollider with non-kinematic Rigidbody is no longer supported in Unity 5.
If you want to use a non-convex mesh either make the Rigidbody kinematic or remove the Rigidbody component. Scene hierarchy path “Boden Welt”, Mesh asset path “Library/unity default resources” Mesh name “Plane”

and the message:

There are 2 audio listeners in the scene. Please ensure there is always exactly one audio listener in the scene.

but i don’t think that they have any influence on this issue.

since I have that issue there are some things:

  1. When your are in the scene and you press play → you are not automaticaly turend into the Game Editor.

  2. I can move the camera with the arrows on the keyboard in the scene but not in the Game Editor and as before the buttons doesn’t work