playMaker

Author Topic: "Taptic" or Haptics  (Read 3325 times)

HeathClose

  • Full Member
  • ***
  • Posts: 226
"Taptic" or Haptics
« 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?

dudebxl

  • Hero Member
  • *****
  • Posts: 602
Re: "Taptic" or Haptics
« Reply #1 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.

HeathClose

  • Full Member
  • ***
  • Posts: 226
Re: "Taptic" or Haptics
« Reply #2 on: May 06, 2017, 08:57:34 AM »
ok thank you...

any ideas about Taptic actions for iphone?

skipadu

  • Playmaker Newbie
  • *
  • Posts: 43
  • Learning continuously
    • serialkamikaze.itch.io
Re: "Taptic" or Haptics
« Reply #3 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.
« Last Edit: May 06, 2017, 12:30:15 PM by skipadu »

HeathClose

  • Full Member
  • ***
  • Posts: 226
Re: "Taptic" or Haptics
« Reply #4 on: May 09, 2017, 12:55:59 PM »
I wonder if I will be able to trigger that asset with playmaker...