Page 2 of 2
Re: Quest Journal not getting updated
Posted: Tue Jul 25, 2023 7:43 am
by DebugJk
I have same problem
but i cant understand what is UnityEvent?
sorry my unityLevel is begginer
Re: Quest Journal not getting updated
Posted: Tue Jul 25, 2023 8:22 am
by Tony Li
Hi,
Please see:
UnityEvents in the Unity manual.
A UnityEvent is a way to configure something to happen when an event occurs. For example, the UI Button component has an OnClick() UnityEvent. You can configure the OnClick() UnityEvent to do something when the player clicks the UI Button.