Playmaker Forum

PlayMaker News => PlayMaker Announcements => Topic started by: cmonroy on November 01, 2014, 09:08:20 PM

Title: Unity 4.6 and Canvas Actions?[SOLVED]
Post by: cmonroy on November 01, 2014, 09:08:20 PM
Hi.

I'm playing with Unity 4.6 and its new GUI canvas. Are any Playmaker actions available for this?

Thank you!
Title: Re: Unity 4.6 and Canvas Actions?
Post by: jeanfabre on November 03, 2014, 03:11:22 AM
Hi,

 I am working on it. the RectTransform is now completly covered. It will become available as PlaMaker 1.8 is released.

 for Ui elements, some actions are already available around for set and get text, and I'll be releasing more action around sliders and other Ui elements in the next few days.

 right now, you can use "get property" and "set property" to access most of it but proper custom actions is of course better in the long run.

Bye,

 Jean
Title: Re: Unity 4.6 and Canvas Actions?
Post by: play_edu on November 19, 2014, 12:43:06 AM
that's Good news.waiting for PM 1.8. It Would be awesome.
Title: Re: Unity 4.6 and Canvas Actions?
Post by: LudlowFx on November 22, 2014, 10:20:31 PM
Hi jeanfabre,

Sorry for that matter probably already asked (I was much absent), but, he has a date for version 1.8 of PlayMaker or not yet?

Thank you for your work and good luck.
Title: Re: Unity 4.6 and Canvas Actions?
Post by: jeanfabre on November 23, 2014, 01:07:54 AM
Hi,

 We are already well into the Release Cycle, so even without a clear eta, it's coming very soon, I have lots of stuff in the starting block ready for public launch as soon as 1.8 is out :) but again, it's better that we properly iron out and get a stable, reliable 1.8 then half an update which would be frustrating. So many things where improved, added, tweaked! It's a major release in my opinion.

 Bye,

 Jean
Title: Re: Unity 4.6 and Canvas Actions?
Post by: LudlowFx on November 23, 2014, 01:16:39 PM
Oki doki,

Thank you for that. Good luck for the work that remains to provide up to its release ;)
Title: Re: Unity 4.6 and Canvas Actions?
Post by: xhidnoda on November 25, 2014, 09:01:30 AM
so excited..!!! 1.8 is great for good!
Title: Re: Unity 4.6 and Canvas Actions?
Post by: Megalithic on January 01, 2015, 10:54:37 PM
Happy new year!

Hi jeanfabre,

Well I was just wondering whats happening with canvas actions, playmaker 1.8? can we get any updates?
Title: Re: Unity 4.6 and Canvas Actions?
Post by: eagleeyez on January 04, 2015, 11:49:37 AM
I too am looking forward to 1.8

Are Arrays going to be a part of this update?
Also I am looking forward to the UI actions
and are you planning some new tutorials for PM?
Thanks and happy new year to you all.
Title: Re: Unity 4.6 and Canvas Actions?
Post by: Lane on January 04, 2015, 11:54:39 AM
Arrays are in the 1.8 update and UI integration is still being developed. We do publish new tutorials and videos regularly on the YouTube channel, I suppose its not as frequent as everyone would like, though.
Title: Re: Unity 4.6 and Canvas Actions?
Post by: Gua on January 08, 2015, 08:09:12 AM
for Ui elements, some actions are already available around for set and get text

Available where?
Title: Re: Unity 4.6 and Canvas Actions?
Post by: Lane on January 08, 2015, 08:28:11 AM
We made some actions when it was first put into beta. They should still work.

http://hutonggames.com/playmakerforum/index.php?topic=8452
http://hutonggames.com/playmakerforum/index.php?topic=8318

Get and Set property is very capable for manipulating the UI elements if there isn't an action available yet.
Title: Re: Unity 4.6 and Canvas Actions?
Post by: Gua on January 09, 2015, 08:16:13 AM
Thanks.  ;D
Title: Re: Unity 4.6 and Canvas Actions?
Post by: ETGgames on August 11, 2015, 07:56:40 PM
Still waiting... I need to be able to access the canvas text!!
Title: Re: Unity 4.6 and Canvas Actions?
Post by: Lane on August 11, 2015, 08:04:30 PM
UI actions have been available for some time now.

https://hutonggames.fogbugz.com/default.asp?W1192
Title: Storing CanvasGroup into Variable
Post by: suppenhuhn on December 27, 2015, 07:53:34 AM
Hi,

i'm asking myself how to store the "canvas group" component to an variable in playmaker.

Turn on/off interactable works when i drag the canvas group component directly into the state-panel and the set property this directly.

But what if i'd like to store a canvas-group into a variable ( shown in inspector ) and work with this variable within playmaker - is this possible ?

i'm using unity 5.3.x + playmaker 1.8 beta


Title: Re: Unity 4.6 and Canvas Actions?[SOLVED]
Post by: suppenhuhn on December 27, 2015, 08:00:03 AM
Got it! Found the U Gui Canvas Group Set Proberties Action with the Ecosystem 8) ;D