Playmaker Forum

PlayMaker News => User Showcase => Topic started by: devandart on January 15, 2015, 03:53:46 PM

Title: [PAID ASSET] PlayMaker Actions For EasyTouch
Post by: devandart on January 15, 2015, 03:53:46 PM
Hi,

you use PlayMaker and also the amazing EasyTouch Asset for mobile input?
Then you maybe would like to use my asset "PlayMaker Actions For EasyTouch".

It includes almost all current available EasyTouch API Functions as Actions and a simple Gesture Action to receive all gestures of EasyTouch (simply choose a gesture you want to receive through a dropdown field).
You are able to store each gesture value (like swipe vector) into PlayMaker variables to work with them.

Here you can find the original thread:
http://forum.unity3d.com/threads/released-playmaker-actions-for-easytouch.286477/#post-1910564

Here you can get to the asset directly:
http://u3d.as/aM0

I hope you like it!
If you have questions or requests, please let me know! :)

Cheers.
Title: Re: [PAID ASSET] PlayMaker Actions For EasyTouch
Post by: oddbody on February 19, 2015, 11:37:43 AM
Hi,

I'm looking to use buy these actions, but was confused to find two extensions on the unity asset store that cover the same functionality.  Could you tell me how they are different?

thanks,

e1
Title: Re: [PAID ASSET] PlayMaker Actions For EasyTouch
Post by: devandart on February 20, 2015, 01:07:58 AM
Hi oddbody,

I did not buy other packages but I think that mine has much more actions included.
And you don't have to use different actions for different touch gestures.
In my package you can use the EasyTouchGesture and choose which gesture you want to receive with that (easy to change without removing and adding actions).
Also you can store each value from the gesture into FSM variables if you want.

Hope that helps you.
Feel free to ask if you have any other questions.
Title: Re: [PAID ASSET] PlayMaker Actions For EasyTouch
Post by: TBrayner on February 23, 2015, 04:00:59 PM
I can test the actions on editor? I mean, with mouse or key combinations
 instead touch interface?
Title: Re: [PAID ASSET] PlayMaker Actions For EasyTouch
Post by: devandart on February 23, 2015, 04:03:18 PM
Hi,

yes, you can. Also you can simulate 2 fingers in editor.
It's the same like in code. :)
Title: Re: [PAID ASSET] PlayMaker Actions For EasyTouch
Post by: TBrayner on February 23, 2015, 04:14:44 PM
Interesting, I'll put it in my wishList because at this moment my project doesn't need of gestures, but soon I need it, I'll consider to buy your pack.
Title: Re: [PAID ASSET] PlayMaker Actions For EasyTouch
Post by: devandart on February 23, 2015, 11:40:23 PM
 :)
Title: Re: [PAID ASSET] PlayMaker Actions For EasyTouch
Post by: oddbody on March 03, 2015, 05:38:32 AM
I bought the extension and am trying to get up and running with it.  It looks very complete, but I'm still having trouble doing simple things.  I can get the tap to work for example, but how do you get easytouch to recognise a tap on a particular object.

Other basic setups I would like to use are drag object, drag camera, rotate and scale object.  I get a sense all this functionality is there, I just can't work out how to wire it up.

Is there a chance of adding simple template fsm's that implement or illustrate this

thanks,

Iwan
Title: Re: [PAID ASSET] PlayMaker Actions For EasyTouch
Post by: devandart on March 03, 2015, 09:41:39 AM
Hi,

could you please send an email to contact@devandart.de with your invoice nr.?
Then you will get the latest package with the scenes you want. :)

Cheers
Title: Re: [PAID ASSET] PlayMaker Actions For EasyTouch
Post by: oddbody on March 03, 2015, 05:36:41 PM
Hi,

I think I downloaded the latest version from the unity store, but any extra tutorials or demos scenes would be a great help.

thanks,

iwan
Title: Re: [PAID ASSET] PlayMaker Actions For EasyTouch
Post by: devandart on March 03, 2015, 11:39:14 PM
Sure,
but I created new examples for you (and others) that are not on store, yet. I will submit today.
I submitted the latest package today and it's the last version for Unity 4.6.
If you can wait for submission then you can wait for store update. :)
Title: Re: [PAID ASSET] PlayMaker Actions For EasyTouch
Post by: devandart on March 10, 2015, 02:23:58 AM
Version 1.1.3 is now available on store with some more example scenes:

- DragCamera
- DragObject
- TapASpecificObject
Title: Re: [PAID ASSET] PlayMaker Actions For EasyTouch
Post by: 4ppleseed on March 10, 2015, 06:24:15 AM
Hi, will I be able to detect a touch on a 2d object and then detect if the player has moved their finger off the object?

Here's a thread outlining my current problem:

http://hutonggames.com/playmakerforum/index.php?topic=9691.0 (http://hutonggames.com/playmakerforum/index.php?topic=9691.0)
Title: Re: [PAID ASSET] PlayMaker Actions For EasyTouch
Post by: devandart on March 11, 2015, 06:44:10 AM
Sure it will work with some workaround... But it's really easier if you add a EventTrigger component to your 2D object and add PointerEnter and PointerExit events to handle that.

Much easier. :)
Title: Re: [PAID ASSET] PlayMaker Actions For EasyTouch
Post by: 4ppleseed on March 12, 2015, 06:45:34 PM
Sure it will work with some workaround... But it's really easier if you add a EventTrigger component to your 2D object and add PointerEnter and PointerExit events to handle that.

Much easier. :)

I don't think that's supported in Playmaker  :(
Title: Re: [PAID ASSET] PlayMaker Actions For EasyTouch
Post by: devandart on April 13, 2015, 08:13:41 AM
You can put your PM action into the trigger component slot and use SendEvent to call the event in the action.