コード例 #1
0
	void Start()
	{
	audio.loop = false;	
	
	playerAnimation = GameObject.FindGameObjectWithTag("Player").GetComponent<ThirdPersonPlayerAnimation>();
	
	}
コード例 #2
0
    void Start()
    {
        audio.loop = false;

        playerAnimation = GameObject.FindGameObjectWithTag("Player").GetComponent <ThirdPersonPlayerAnimation>();
    }