Playmaker Forum

PlayMaker Feedback => Feature Requests => Topic started by: blackant on July 25, 2018, 10:30:44 AM

Title: FsmButton
Post by: blackant on July 25, 2018, 10:30:44 AM
Hello,

ido'nt know if i must cal it a button or choice list, but a way to create action allowing user to select a choice by clicking a button that will activate different function after .
Title: Re: FsmButton
Post by: jeanfabre on July 25, 2018, 02:43:40 PM
Hi,

 is it not what event checked to be shown in inspector is about?

else, can you develop? I am not sure I follow what you are after.

 Bye,

 Jean
Title: Re: FsmButton
Post by: Plancksize on July 25, 2018, 06:29:55 PM
If I understand you right, you're looking for something like a menu with several "toggles" to activate or deactivate options/elements.

Have you looked into uGui checkbox (unity ui)?
With it and "uGui Proxy Full" action package you can set that quite easily (specially with the proxy component)

Here's an official (bit old tho) video with a "how to"
Title: Re: FsmButton
Post by: blackant on July 26, 2018, 02:50:45 AM
yes this is that,

i'll take a look in this direction thanks.