Skip to content

Instantly share code, notes, and snippets.

@lambdan
Created December 13, 2022 14:12
Show Gist options
  • Save lambdan/40af851309ef4241f8a69343d1070fa0 to your computer and use it in GitHub Desktop.
Save lambdan/40af851309ef4241f8a69343d1070fa0 to your computer and use it in GitHub Desktop.
Reload current scene in unity
SceneManager.LoadScene(SceneManager.GetActiveScene().name);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment