Tanoda
TutorialLoader.cs
Go to the documentation of this file.
1using System.Collections;
2using System.Collections.Generic;
3using UnityEngine;
4
5public class TutorialLoader : MonoBehaviour
6{
7 // Start is called before the first frame update
8public void LoadTutorial()
9 {
10 var path = Application.streamingAssetsPath + "/tutorial.json";
12 }
13}
static void OpenTutorial(string path)
void LoadTutorial()