I have same problem
but i cant understand what is UnityEvent?
sorry my unityLevel is begginer
Quest Journal not getting updated
Re: Quest Journal not getting updated
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.
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.