Skip to content

Instantly share code, notes, and snippets.

@alexson
Created January 13, 2022 10:13
Show Gist options
  • Save alexson/07db556cd5d173aeafc33d6b36bb3f6c to your computer and use it in GitHub Desktop.
Save alexson/07db556cd5d173aeafc33d6b36bb3f6c to your computer and use it in GitHub Desktop.
public void GameReset()
{
Init();
//End AR session
//End Network session
//Debug.Log("End AR Network");
_ARPlaneManager.ClearAllPlanes();
_ARSessionManager.DisableFeatures();
//Go back to page 0
PageChange(0);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment