Hi all!
I'm using Unity Prefab to have an objectives menu,. I noticed that when I close out of the menu, the last selected objective is still showing up as part of the description for some reason, even though it seems that the button itself isn't selected.
Is there a way to make it empty?
Thanks!
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
The selected Objective - and any Menu that displays it - are independent.
You can de-select the Objective by calling:
Alternatively, you can use the Menu: Change state Action to hide the element by default, and then show it when the player clicks on an objective from the list.