Answers for "unity audio source"

C#
0

what's the component for audio in unity

Audio Source
Posted by: Guest on March-11-2020
1

unity audio source

m_MyAudioSource.Play();
Posted by: Guest on January-24-2021
-1

unity audio source

m_MyAudioSource.Play();y();
Posted by: Guest on January-24-2021
-1

access audio source from gameobject unity

AudioSource source1 = GameObject.FindGameObjectWithTag("GameObject1").GetComponent<AudioSource>();

GetComponent<AudioSource>().clip = source1.clip;
Posted by: Guest on May-27-2020

C# Answers by Framework

Browse Popular Code Answers by Language