-
-
Save alexson/098acd6a7fd5afee1ed5ca38d9e5f87c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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