Upload files to "/"
This commit is contained in:
parent
928c05b814
commit
c927e34c58
|
@ -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");
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue