Exemplo n.º 1
0
    public void gantiSkenario()
    {
        hasilSpeech = SpeakNow.speechResult();
        SceneController1 s1 = new SceneController1();

        s1.sceneControl(hasilSpeech, skenarioGanti, skenarioTujuan);
    }
Exemplo n.º 2
0
    void Start()
    {
        SceneController1 sc1 = new SceneController1();

        sc1.loadKataKunci();
        Debug.Log("persistent data path: " + Application.persistentDataPath);
        Debug.Log(PlayerPrefs.GetString("lastScene"));
    }
Exemplo n.º 3
0
 private void Awake()
 {
     instance = this;
 }