Ejemplo n.º 1
0
 public string scenename; //scenenameをunityから参照する
 void Start()
 {
     SetNextLine();
     Nextscene = GetComponent <Scenemove>(); //Scenemove.csの機能を Nextsceneに付与
 }
Ejemplo n.º 2
0
 void Start()
 {
     GoTitle = GetComponent <Scenemove>();
 }