Is there any way I can see the real time values of each variable at run time?

Announcements, support questions, and discussion for Quest Machine.
Post Reply
startfromzero
Posts: 8
Joined: Fri Jan 14, 2022 6:17 am

Is there any way I can see the real time values of each variable at run time?

Post by startfromzero »

Is there any way I can see the real time values of each variable at run time?
User avatar
Tony Li
Posts: 21928
Joined: Thu Jul 18, 2013 1:27 pm

Re: Is there any way I can see the real time values of each variable at run time?

Post by Tony Li »

Hi,

Are you talking about quest counter values?

If so, then yes. Open the Quest Editor window. Inspect the player GameObject, or whichever GameObject has the Quest Journal component. In the player's Quests lists, click on a quest. The Quest Journal inspector will show the quest's properties. Scroll own to the Counters section. On the Quest Journal, this will show the current values of the counters.
startfromzero
Posts: 8
Joined: Fri Jan 14, 2022 6:17 am

Re: Is there any way I can see the real time values of each variable at run time?

Post by startfromzero »

Okay, thank you.
User avatar
Tony Li
Posts: 21928
Joined: Thu Jul 18, 2013 1:27 pm

Re: Is there any way I can see the real time values of each variable at run time?

Post by Tony Li »

Glad to help!
Post Reply