In my gameOver() function I want UI to appear that displays the score and a main menu button. I have already made it but now its just a matter of how do i get it to appear in my function. Is there like a .show() function?
public static void GameOver()
{
print ("Game Over");
EnemyAI.clearLook();
//UI to appear here
}