This commit is contained in:
chyknkat
2020-02-02 13:20:30 -05:00
4 changed files with 165 additions and 190 deletions

View File

@@ -0,0 +1,21 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.SceneManagement;
using UnityEngine.UI;
public class SceneLodarManual : MonoBehaviour
{
public Button button;
// Start is called before the first frame update
void Start()
{
button.onClick.AddListener(LoadScene);
}
void LoadScene()
{
SceneManager.LoadScene("LevelOne");
}
}

View File

@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 14c874c8615088f458e5473b40714b56
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant: