Playmaker Forum

PlayMaker Feedback => Action Requests => Topic started by: HeathClose on May 01, 2017, 10:06:53 AM

Title: "Taptic" or Haptics
Post by: HeathClose on May 01, 2017, 10:06:53 AM
I looked on the Ecosystem but I didn't find any actions that would allow me to trigger the Taptic system on an iphone... or haptic feedback on android...

is this possible?
Title: Re: "Taptic" or Haptics
Post by: dudebxl on May 02, 2017, 03:12:05 AM
for android, you could fake it with the AndroidVibrateAdvance.cs and/or AndroidVibrateAdvanceArray.cs actions [you can control the vibration - time, create vibration pattern, etc]

Should be on ecosystem or https://github.com/dudebxl/PlayMakerCustomActions_U5/tree/master/Assets/PlayMaker%20Custom%20Actions/Device

maybe this could be a workaround.
Title: Re: "Taptic" or Haptics
Post by: HeathClose on May 06, 2017, 08:57:34 AM
ok thank you...

any ideas about Taptic actions for iphone?
Title: Re: "Taptic" or Haptics
Post by: skipadu on May 06, 2017, 12:28:39 PM
any ideas about Taptic actions for iphone?
There seems to be multiple assets for it, for e.g: https://www.assetstore.unity3d.com/en/#!/content/73225

If I find a free solution / do it myself, I'll post it here.
Title: Re: "Taptic" or Haptics
Post by: HeathClose on May 09, 2017, 12:55:59 PM
I wonder if I will be able to trigger that asset with playmaker...