Page 1 of 1

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

Posted: Sat Jan 15, 2022 5:56 am
by startfromzero
Is there any way I can see the real time values of each variable at run time?

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

Posted: Sat Jan 15, 2022 9:15 am
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.

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

Posted: Sat Jan 15, 2022 11:47 pm
by startfromzero
Okay, thank you.

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

Posted: Sun Jan 16, 2022 9:21 am
by Tony Li
Glad to help!