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