Skip to content

Instantly share code, notes, and snippets.

@aprilspeight
Created July 18, 2022 19:19
Show Gist options
  • Save aprilspeight/683a5401a851bf0125e93429a11ae9be to your computer and use it in GitHub Desktop.
Save aprilspeight/683a5401a851bf0125e93429a11ae9be to your computer and use it in GitHub Desktop.
Change scene on key press.
if (Input.GetKeyDown("r"))
{
SceneManager.LoadScene("SceneOne");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment