Upload files to "/"
This commit is contained in:
parent
c927e34c58
commit
c3c4c20921
|
@ -0,0 +1,12 @@
|
|||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
using UnityEngine.SceneManagement;
|
||||
|
||||
public class tebakkesample : MonoBehaviour
|
||||
{
|
||||
public void Hyperlink()
|
||||
{
|
||||
SceneManager.LoadScene("SampleScene");
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue