feat: scene chekout template completed
This commit is contained in:
12
Assets/scripts/StartGame.cs
Normal file
12
Assets/scripts/StartGame.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
using UnityEngine.SceneManagement;
|
||||
|
||||
public class StartGame : MonoBehaviour
|
||||
{
|
||||
public void Startgame()
|
||||
{
|
||||
SceneManager.LoadScene("SampleScene");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user