Horje
access audio source from gameobject unity Code Example
access audio source from gameobject unity
AudioSource source1 = GameObject.FindGameObjectWithTag("GameObject1").GetComponent<AudioSource>();

GetComponent<AudioSource>().clip = source1.clip;




Csharp

Related
get image information using c# Code Example get image information using c# Code Example
c# count files in directory and subdirectories Code Example c# count files in directory and subdirectories Code Example
using c# Code Example using c# Code Example
change text color wpf Code Example change text color wpf Code Example
c# string to binary Code Example c# string to binary Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
8