Quest Journal not getting updated

Announcements, support questions, and discussion for Quest Machine.
DebugJk
Posts: 10
Joined: Sun May 28, 2023 2:46 am

Re: Quest Journal not getting updated

Post by DebugJk »

I have same problem
but i cant understand what is UnityEvent?
sorry my unityLevel is begginer
User avatar
Tony Li
Posts: 20731
Joined: Thu Jul 18, 2013 1:27 pm

Re: Quest Journal not getting updated

Post 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.
Post Reply