playMaker

Author Topic: Where did "UGUI Set Text" go?  (Read 1985 times)

wheretheidivides

  • Sr. Member
  • ****
  • Posts: 496
Where did "UGUI Set Text" go?
« on: June 04, 2018, 04:35:58 PM »
I have an old project that I am revisiting.  I get errors that "UGUI set text" can not be found (as I am using it).  It's not on the ecosystem.

Did this get removed and replaced by "GUI Text Set Text" or something?

Alex Chouls

  • Administrator
  • Hero Member
  • *****
  • Posts: 3987
  • Official Playmaker Support
    • LinkedIn
Re: Where did "UGUI Set Text" go?
« Reply #1 on: June 04, 2018, 09:09:57 PM »
That actions was part of the uGUI Add-on. Do you have that imported in the project?

wheretheidivides

  • Sr. Member
  • ****
  • Posts: 496
Re: Where did "UGUI Set Text" go?
« Reply #2 on: June 05, 2018, 12:26:42 AM »
I did at one point.  So am I to understand that that has been replaced with newer actions and is no longer needed?

I am looking at uguiproxyfeull.  I see uguitextsettext and uguitextget text but not the ones I am missing.  I need the uguigettext and the uguisettext actions.  Where can I get them from?

I found it here but it's in raw code.  Is there a link for the action itself?
http://hutonggames.com/playmakerforum/index.php?topic=8318.msg39933#msg39933
« Last Edit: June 05, 2018, 12:41:38 AM by wheretheidivides »

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7615
    • jinxtergames
Re: Where did "UGUI Set Text" go?
« Reply #3 on: June 05, 2018, 12:32:42 PM »
Hi.
Actually they are not  'replaced' but playmaker has now standard ui action,
Both can be used.

The uGuiGetText and uGuiSetText are not in that package (these where probably made before the package was planned/set up) and indeed not on the Ecosystem.

But i took them and placed them in a package so you can get them from the attachment below.

If you don't have many 'get/set text' action used, i would suggest to swap them with the ones from the package, or the official ones if you upgraded to 1.9+

wheretheidivides

  • Sr. Member
  • ****
  • Posts: 496
Re: Where did "UGUI Set Text" go?
« Reply #4 on: June 05, 2018, 04:36:33 PM »
thanks