Example #1
0
 void Start()
 {
     //スクリプトの確保
     obj_stageInstructs = GameObject.Find("StageConfiguration");
     stageInstructs     = obj_stageInstructs.GetComponent <StageInstructs>();
     obj_selectControll = GameObject.Find("SelectControll");
     selectControll     = obj_selectControll.GetComponent <SelectControll>();
     v_camera.Priority  = 5;
 }
Example #2
0
 void Start()
 {
     selectControll = GameObject.Find("SelectControll").GetComponent <SelectControll>();
 }