Quantcast
Channel: Questions in topic: "twice"
Viewing all articles
Browse latest Browse all 70

Unity Building Game Glitch

$
0
0
Hi i was making my game in the unity editor and when i played it in the editor it was fine it was all working but when i go to build my game for mac i make it to the tittle screen fine but when i click start it takes me to my level but it really glitches i can't move the character's Camera (Its A fps) it has two instances of the level apart from one in rotated at 90 degrees it almost like its running the same level twice at the same time this is my menu script: var IsQuitButton = false; var IsStartButton = false; var IsHelpButton = false; function OnMouseEnter() { renderer.material.color = Color.red; } function OnMouseExit() { renderer.material.color = Color.white; } function OnMouseUp() { if( IsQuitButton ) { Application.Quit(); } if( IsStartButton ) { Application.LoadLevel(1); } if( IsHelpButton ) { Application.LoadLevel(3); } } Thank you for anyone who answers this will be much appreciated :)

Viewing all articles
Browse latest Browse all 70

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>