Skip to content

Instantly share code, notes, and snippets.

@alexson
Last active January 13, 2022 09:35
Show Gist options
  • Save alexson/c3e0f9fb0ed9365f55c34bc5681f8608 to your computer and use it in GitHub Desktop.
Save alexson/c3e0f9fb0ed9365f55c34bc5681f8608 to your computer and use it in GitHub Desktop.
public void ClientConnectToGame()
{
//Start AR Session
//Connect AR Network
_SessionIDField.text = ir.codeInput.text;
_ARNetworkingManager.EnableFeatures();
//Hide timer before game start
gameTimer.timerBlock.SetActive(false);
//Go to Page 2 - Game Page
PageChange(2);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment