Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: Poltor on February 12, 2018, 10:44:02 AM

Title: How to get data from inputField[SOLVED]
Post by: Poltor 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?
Title: Re: How to get data from inputField
Post by: Kathar 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.
Title: Re: How to get data from inputField
Post by: Poltor 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)