Skip to content

Instantly share code, notes, and snippets.

@vanessaaleung
Created May 28, 2019 08:17
Show Gist options
  • Save vanessaaleung/9d774fba543d45ad344b75e78607a0a6 to your computer and use it in GitHub Desktop.
Save vanessaaleung/9d774fba543d45ad344b75e78607a0a6 to your computer and use it in GitHub Desktop.
GUIButton
void OnGUI() {
string name = "Vanessa";
if (GUI.Button (new Rect (10,10,10,10), "More Details")) {
unityToIOS (name);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment