-
-
Save alexson/2a7dae604456eaaa01167057bbb7b075 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(); | |
_ARNetworkingManager.DisableFeatures(); | |
_ARNetworkingManager.Deinitialize(); | |
//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