Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: SPACE GAMER on May 29, 2016, 02:36:26 PM

Title: WHY? WHY? WHY? GUI TEXT! SOLVED
Post by: SPACE GAMER on May 29, 2016, 02:36:26 PM
Hey guys I was wondering if there are any in-depth tutorials on how to change canvas text in playmaker I know its easier than the method I have been using which is activating and  inactivating text objects I just want to simply change text in my state machines at the drop of a dime but get weirded out by all the c# js crap no offence to true coders! but I hate that stuff and that's why I love playmaker so much.

PS I'm a dummy so I need a step by step instructions or an tutorial good tutorial that shows the steps because there aren't any good ones.
Title: Re: WHY? WHY? WHY? GUI TEXT!
Post by: elusiven on May 31, 2016, 05:00:13 AM
I'm not entirely sure on your question... But if you are trying to change text of a label within canvas or something similar, the action to do that would be in 'UGUI' section of playmaker actions.
Title: Re: WHY? WHY? WHY? GUI TEXT!
Post by: SPACE GAMER on June 04, 2016, 09:50:01 PM
so if I add the canvas/ui/text how do I change the text on canvas through my state machine?
I know it sounds elementary but I cant seem to do it.
Title: Re: WHY? WHY? WHY? GUI TEXT!
Post by: Alex Chouls on June 05, 2016, 02:33:47 AM
Have you imported the Unity UI Add-on?
https://hutonggames.fogbugz.com/default.asp?W1192
Title: Re: WHY? WHY? WHY? GUI TEXT! SOLVED
Post by: SPACE GAMER on June 11, 2016, 07:16:40 PM
Thanks man that worked would u happen to know how to change int to text as well?
Title: Re: WHY? WHY? WHY? GUI TEXT! SOLVED
Post by: Alex Chouls on June 11, 2016, 11:36:29 PM
Yeah, use the Convert Int to String action.
Title: Re: WHY? WHY? WHY? GUI TEXT! SOLVED
Post by: SPACE GAMER on June 12, 2016, 12:21:06 AM
Thanks I was overlooking it