Regarding to using "scene event" in Conversation, I have the following question. Can you help me?
1. Is it possible to use static method in "scene event"? I tried to add a static method but I can't find my it in the dropdown menu.
2. In what condition would you recommend using "Scene-independent event" instead? Can you give an example?
Thank you!
Usage of Scene Event in Dialogue System Converstion
Re: Usage of Scene Event in Dialogue System Converstion
Hi,
No. A scene event is a regular UnityEvent that works on a scene object, so it can't access static methods in the inspector.
There's one here: Scene-Independent Event Example
Re: Usage of Scene Event in Dialogue System Converstion
Hi Tony. Many thanks.
Re: Usage of Scene Event in Dialogue System Converstion
Glad to help!