Unity Version: 2020.1.14f1
AC Version: 1.72.4
I am following the tutorial at the link below.
letting-player-enter-their-name
However, the "Variable>Set>New value is:>Set As Menu Element Text" action in the tutorial contents is not visible.
What should I do?
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
Welcome to the community, @eioie.
The options available in the Action's "Method" list is depedent on the Variable's type. In order to set a Variable's value from a Menu Element, the Variable needs to be of the type String - as shown in the tutorial's first screenshot.
Change your "love_value" variable to the type String, and the option should then display.
it's solved. thanks for your answer.