Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: smartgames on July 29, 2015, 12:47:48 PM

Title: how to add touch control in playmaker
Post by: smartgames on July 29, 2015, 12:47:48 PM
Hello
i am new new in this form  :)
i learned to make small games in unity with playmaker  but i didnt find how to add touch control to make mobile games
my question is is there actions in play maker or better get it from asset store ?
i found many touch controls in asset store but most of them use script and i want an easy way to add them like playmaker actions ?
Title: Re: how to add touch control in playmaker
Post by: Fahrettin on July 29, 2015, 01:45:20 PM
Hi smartgames,
I am making hobby projects at this moment and i learned a lot from tutorials. You can watch them too. Most of them really basic.
for touch events for touch gui
Title: Re: how to add touch control in playmaker
Post by: smartgames on July 29, 2015, 03:46:50 PM
thank you Fahrettin  for the links
but these tutorials for explain complex 3d movement but i want a simple  touch control for 2d games like platform
Title: Re: how to add touch control in playmaker
Post by: Fahrettin on July 30, 2015, 04:55:42 AM
You can move 2D sprites with Translate action. Its not that hard.
I dont know about best practices but if you want to make something good you need 2D character controller maybe.  :-\
Title: Re: how to add touch control in playmaker
Post by: smartgames on July 31, 2015, 05:58:44 AM
I will try it
thank you