Answers for "cannot convert from 'UnityEngine.AudioClip' to 'ulong'"

C#
0

cannot convert from 'UnityEngine.AudioClip' to 'ulong'

public AudioClip mySound; public AudioSource mySource; 
// in method, assign the clip to the audioSource 
mySource.clip = mySound; // AudioSource.Play(); 
mySource.Play();
Posted by: Guest on July-01-2020

Code answers related to "cannot convert from 'UnityEngine.AudioClip' to 'ulong'"

C# Answers by Framework

Browse Popular Code Answers by Language