hi,
I added a boolean variable in the variables tab. and how can I save this variable state when my game restarted?
about variable
-
- Posts: 5
- Joined: Sun Jan 06, 2019 7:27 am
Re: about variable
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?
-
- Posts: 5
- Joined: Sun Jan 06, 2019 7:27 am
Re: about variable
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.
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
Similarly to the Mecanim Animator window, you can add a new node and delete the old link arrow: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?
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:
-
- Posts: 5
- Joined: Sun Jan 06, 2019 7:27 am
Re: about variable
this is exactly what I need, thank you.