2using System.Collections;
4#if UNITY_5_3 || UNITY_5_3_OR_NEWER
26 #if UNITY_5_3 || UNITY_5_3_OR_NEWER
27 SceneManager.LoadScene (
"ShowLicense");
29 Application.LoadLevel (
"ShowLicense");
35 #if UNITY_5_3 || UNITY_5_3_OR_NEWER
36 SceneManager.LoadScene (
"FileUploadExample");
38 Application.LoadLevel (
"FileUploadExample");
44 #if UNITY_5_3 || UNITY_5_3_OR_NEWER
45 SceneManager.LoadScene (
"Texture2DToMatExample");
47 Application.LoadLevel (
"Texture2DToMatExample");
void OnTexture2DToMatExampleButtonClick()
void OnFileUploadExampleButtonClick()
void OnShowLicenseButtonClick()