コード例 #1
0
 void Start()
 {
     _characterFSM = GetComponent<CharacterFSM>();
 }
コード例 #2
0
 void Start()
 {
     _player = GameObject.FindGameObjectWithTag("Player").transform;
     _characterFSM = GetComponent<CharacterFSM>();
 }