Search found 1 match
- Tue Nov 08, 2022 7:09 am
- Forum: Dialogue System for Unity
- Topic: Entrytag VO lines with FMOD
- Replies: 12
- Views: 1992
Re: Entrytag VO lines with FMOD
it worked for me. I'm not sure if this is the best code, because I'm not a programmer. EventInstance eventInstance; PLAYBACK_STATE state; EventDescription eventCheck; public IEnumerator Start() { string FMODEvent = "event:/"+GetParameter(0); //the path to the event in FMOD if (DialogueDebu...