playMaker

Author Topic: A few Ugui action requests  (Read 2878 times)

mdotstrange

  • Hero Member
  • *****
  • Posts: 555
    • Can't code? Who cares! Make games anyway!
A few Ugui action requests
« on: November 19, 2014, 01:10:52 AM »
Based on my usage of the new gui in 4.6 these PM actions would be great to have-

These are for the various gui components

Event System
"Set first selected" action

Button
On Select action- the ability to trigger a state when the player selects a button

Button
Set source image action

Canvas
"Set event camera" action

Image
Set/Get sprite actions

I tried my hand at creating these but failed miserably  :-[

Indie game dev and instructor at the Strange School. Learn Playmaker at the Strange School!

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: A few Ugui action requests
« Reply #1 on: November 19, 2014, 01:37:02 AM »
Hi,

 I started some trello tasks on this to gather in one palce oll these requests.

https://trello.com/c/5bLOrir0/101-unity-ui
https://trello.com/c/V3MdThvz/102-unity-event-system

meanwhile, you can achieve a lot with "Get/Set property" and "Call Method" action, have you tried these?

 Bye,

 Jean

mdotstrange

  • Hero Member
  • *****
  • Posts: 555
    • Can't code? Who cares! Make games anyway!
Re: A few Ugui action requests
« Reply #2 on: November 19, 2014, 02:47:47 AM »
Thanks for the reply Jean- yes I'm using get/set property to achieve everything I can- the event system "set first selected", and the button select are not accessible through get/set property- or I haven't found a way as of yet-

I can access the sprites on the image and button by creating a custom object variable- just wanted to simplify things a bit  ;D

Thanks for all your awesome work on PM btw!
Indie game dev and instructor at the Strange School. Learn Playmaker at the Strange School!