Playmaker Forum

PlayMaker Updates & Downloads => Share New Actions => Topic started by: Thore on October 14, 2018, 06:33:45 PM

Title: Button + Direction (Get Button Down And Axis)
Post by: Thore on October 14, 2018, 06:33:45 PM
You look for a simple way for Button+Direction input? Here's my version.

GetButtonDownAndAxis.cs
When a Button is pressed, sends an event based on current axis direction, i.e. up+button, left+button. Useful for fighting games, combos etc. If you only want to use one direction (say, only up+button), simply leave the other direction blank.

All my actions are now also on Github (https://github.com/Erendrood/PlaymakerActions).
Title: Re: Button + Direction (Get Button Down And Axis)
Post by: jeanfabre on October 18, 2018, 04:04:25 AM
Hi,

 for your actions to be listed in the ecosystem they need to be added to the ecosystem github rep, currently the ecosystem can not scan all repositories unfortunatly :)

Bye,

 Jean
Title: Re: Button + Direction (Get Button Down And Axis)
Post by: Thore on October 18, 2018, 11:27:42 AM
Hi Jean, okay, changed my post above.