- Home /
Play Button Doesn't Play Preview?
Hello everyone, I'm new to Unity but I've seen in the tutorials that when you press the "Play" button at the top of the screen, that Unity should play a current demo of app/game but the problem is, when I click my "Play" button, all it does is dim the screen. I cannot figure out how to make it give me a proper demo of the current state of my app/game. Any advice, please? I've looked at the previous questions similar to this but their answers either did not solve my problem or were too vague for me to understand.
Additional Details: My App has a logo in it that links to a webpage, when I hit the play button, the website opens in my browser (I know my script is off because it should only do that when you click the logo but that is a separate issue.) and so part of the "demo" is working but it doesn't show my game window at all, it just dims the Unity window. Please feel free to ask for any additional information if you need it and I'll update/edit my question to answer you. Any advice would be greatly appreciated because my app development ends as of right now if I cannot get the demo "play" button to work.
$$anonymous$$ake sure you have the Game Window open : Top menu > Window > Game.
If the unity interface gets darker when yout hit play, then, the game is running. $$anonymous$$aybe, you don't have anything in your scene or your camera doesn't see anything. If you can, export and upload a Unity package containing your project so that someone can test your issue.
Your answer
Follow this Question
Related Questions
Help with InstantDeath Collider Script? 1 Answer
Kill the Player? 1 Answer
How to approach DLC for standalone and web build games? 1 Answer
How to move a player to a certain point? 0 Answers
How to stop enemy within certain distance of player? 2 Answers