ย  ย  void Update()

ย  ย  {

ย  ย  ย  ย  if (Input.GetButtonDown("Cancel"))

ย  ย  ย  ย  {

ย  ย  ย  ย  ย  ย  Application.Quit();

ย  ย  ย  ย  }

}





ย  ย  ย ย void Awake()


ย  ย  {

ย  ย  ย  ย  Application.targetFrameRate = 60;

ย  ย  }