Search Unity

Unity 5 enter play mode and the entire scene goes black, plus i can't escape play?

Discussion in 'Editor & General Support' started by Spartanash1, Mar 29, 2015.

  1. Spartanash1

    Spartanash1

    Joined:
    Jan 16, 2015
    Posts:
    6
    So i had been working on a project in unity 5 and went to play test it in editor and this happened.
    unity3d problem.jpg I tried to leave it by pressing escape however unity wouldn't let me go back. I have tried this on two other projects and the same thing happened. When i checked the FPS controller code i did however notice that their wasn't any code for escaping but i have no clue what to write or where. (i do understand how to code in c# but only from a java perspective.) Can i please get help on this.
     
  2. Spartanash1

    Spartanash1

    Joined:
    Jan 16, 2015
    Posts:
    6
    Oh and by the way yes i know c# and java are two complete different languages but in terms of the structuring i've seen they are similar.
     
  3. fffMalzbier

    fffMalzbier

    Joined:
    Jun 14, 2011
    Posts:
    3,276
    Looks like the Playmode tint is set to black.
    You can change it Edit -> Preferences -> Color -> Playmode tint.
     
    Thjellesen likes this.
  4. Spartanash1

    Spartanash1

    Joined:
    Jan 16, 2015
    Posts:
    6
    Thank you so much, i can at least escape by play button now.