Skip to content

Instantly share code, notes, and snippets.

@alexson
Last active January 13, 2022 09:35
Show Gist options
  • Save alexson/8c7068037d6a26bda62b88a1fd14b5d4 to your computer and use it in GitHub Desktop.
Save alexson/8c7068037d6a26bda62b88a1fd14b5d4 to your computer and use it in GitHub Desktop.
public void HostStart()
{
//Start AR Session
//Connect AR Network
//Debug.Log("Host Connect to AR Network");
_SessionIDGenerator.AssignRandomText();
_ARNetworkingManager.EnableFeatures();
ir.codeDisplay.text = _SessionIDField.text;
isHost = true;
ShowHideHostClientObjects();
//Go to Page 1 – Code
PageChange(1);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment