Skip to content

Instantly share code, notes, and snippets.

@alexson
Created January 13, 2022 09:58
Show Gist options
  • Save alexson/098acd6a7fd5afee1ed5ca38d9e5f87c to your computer and use it in GitHub Desktop.
Save alexson/098acd6a7fd5afee1ed5ca38d9e5f87c 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