Page 1 of 1
about variable
Posted: Sun Jan 06, 2019 10:16 pm
by GuaiWuLieRen
hi,
I added a boolean variable in the variables tab. and how can I save this variable state when my game restarted?
Re: about variable
Posted: Sun Jan 06, 2019 10:55 pm
by GuaiWuLieRen
another question is: how can I know a conversation is start or how can I flip my npc to face the player when they talk to each other?
Re: about variable
Posted: Mon Jan 07, 2019 5:46 am
by GuaiWuLieRen
I have solved these two problems.
another new question is how can I change the Nodes ID or how can I change the display order of a node?
thanks.
Re: about variable
Posted: Mon Jan 07, 2019 9:03 am
by Tony Li
GuaiWuLieRen wrote: ↑Mon Jan 07, 2019 5:46 amanother new question is how can I change the Nodes ID or how can I change the display order of a node?
Similarly to the Mecanim Animator window, you can add a new node and delete the old link arrow:
If you want to change the display order of the player response menu, inspect the node that links to the responses. Use the up/down arrows to change the order:
Re: about variable
Posted: Mon Jan 07, 2019 9:25 am
by GuaiWuLieRen
this is exactly what I need, thank you.
Re: about variable
Posted: Mon Jan 07, 2019 9:31 am
by Tony Li
Happy to help!