SendMessage not working on Unity 2017.2.0f3
Posted: Fri Mar 30, 2018 11:45 pm
Hi,
I had integrated your Dialogue System in my project few years back. Recently I upgraded my project to Unity 2017.2.0f3 and I guess it broke the dialogue system. Basically I have a dialogue with a sequence as follows.
'SendMessage(WakeUp,,GenericCharacter) ; AudioWait(Audio/Dialog/AI/Activating lumin therapy_01,DialogueAudioRegistrator);Delay(10.0)'
Audio is playing, but WakeUp method is not triggered. This used to work when I had implemented it.
Any idea what might have gone wrong ?
Thanks.
I had integrated your Dialogue System in my project few years back. Recently I upgraded my project to Unity 2017.2.0f3 and I guess it broke the dialogue system. Basically I have a dialogue with a sequence as follows.
'SendMessage(WakeUp,,GenericCharacter) ; AudioWait(Audio/Dialog/AI/Activating lumin therapy_01,DialogueAudioRegistrator);Delay(10.0)'
Audio is playing, but WakeUp method is not triggered. This used to work when I had implemented it.
Any idea what might have gone wrong ?
Thanks.