79329253

Date: 2025-01-04 17:23:22
Score: 0.5
Natty:
Report link

You should add "void" before "public", since the onClick UI Button only works with methods.

public void PlayGame()
{
    SceneManager.LoadScene(1);
}

public void QuitGame()
{
    Application.Quit();
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: AC Studio