playMaker

Author Topic: How to get data from inputField[SOLVED]  (Read 1464 times)

Poltor

  • Playmaker Newbie
  • *
  • Posts: 26
How to get data from inputField[SOLVED]
« on: February 12, 2018, 10:44:02 AM »
Hi
is it possible with the help of the Playmaker to get the data that the user will enter into the field of inputField in Unity3d?
« Last Edit: February 22, 2018, 05:29:55 AM by jeanfabre »

Kathar

  • Playmaker Newbie
  • *
  • Posts: 48
Re: How to get data from inputField
« Reply #1 on: February 12, 2018, 10:54:16 AM »
Yup, and fairly easy to do - your InputField GameObject should have a child called Text, just use a Get Text (or similar) Action to grab the string from that GameObject.

Poltor

  • Playmaker Newbie
  • *
  • Posts: 26
Re: How to get data from inputField
« Reply #2 on: February 12, 2018, 11:18:18 AM »
Yup, and fairly easy to do - your InputField GameObject should have a child called Text, just use a Get Text (or similar) Action to grab the string from that GameObject.
Thanks, this is what I needed. everything worked out)