GetMatchingVoiceOverAudioClip(string,string)
Method in FindVoiceOver
Summary
Finds all voice over AudioClip
s in the project with a filename matching a Yarn linetag and a language ID.
Parameters
Name
Description
string
linetag
The linetag/string ID the voice over filename should match.
string
language
The language ID the voice over filename should match.
Returns
A string array with GUIDs of all matching AudioClip
s.
PreviousGetAsseetsInMatchingLanguageDirectory(string[],string)NextSearchAssetDatabase(string,string)
Last updated