Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: wheretheidivides on June 04, 2018, 04:35:58 PM

Title: Where did "UGUI Set Text" go?
Post by: wheretheidivides 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?
Title: Re: Where did "UGUI Set Text" go?
Post by: Alex Chouls 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?
Title: Re: Where did "UGUI Set Text" go?
Post by: wheretheidivides 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
Title: Re: Where did "UGUI Set Text" go?
Post by: djaydino 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+
Title: Re: Where did "UGUI Set Text" go?
Post by: wheretheidivides on June 05, 2018, 04:36:33 PM
thanks