From c927e34c5809e5c7a127847d18534be5567d694f Mon Sep 17 00:00:00 2001 From: aishandavaniaaanisah Date: Thu, 30 May 2024 13:42:50 +0700 Subject: [PATCH] Upload files to "/" --- mulaiAR.cs | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 mulaiAR.cs diff --git a/mulaiAR.cs b/mulaiAR.cs new file mode 100644 index 0000000..6465f06 --- /dev/null +++ b/mulaiAR.cs @@ -0,0 +1,12 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; +using UnityEngine.SceneManagement; + +public class mulaiAR : MonoBehaviour +{ + public void Hyperlink() + { + SceneManager.LoadScene("AR"); + } +} \ No newline at end of file