It is not working!

I created this code `using UnityEngine;

public class UIManagerScript : MonoBehaviour
{
public void StartLevel()
{
Application.LoadLevel(“game”);
}
}` and i inserted it into an empty object And when i inserted the object with the script inside the button on click it dosent show the StartLevel i created help!

1 Answer

1

dont answer it fixed itself