playMaker

Author Topic: Mouse Down Not Working on Touch  (Read 2826 times)

BroliZn

  • Playmaker Newbie
  • *
  • Posts: 1
Mouse Down Not Working on Touch
« on: May 16, 2024, 10:10:18 AM »
Hi all, hoping someone can help. Let me try and explain this as best I can. Im currently using unity 2020.3.12f1 and playmaker version 1.9.1.

So heres the issue, using a touch screen, when clicking on an 3d game object, Im unable to trigger the "mouse down" event. Im specifically using it as a global transistion. If I mouse my finger over and off an object, the respective "mouse over" and "mouse exit" events trigger, its only the mouse down event that does not work.

Heres the bigger mystery. I have the exact same setup in unity 2018 with playmaker 1.9.0 and everything works as it should.

Any ideas on whats wrong?

stigma

  • Full Member
  • ***
  • Posts: 218
Re: Mouse Down Not Working on Touch
« Reply #1 on: May 17, 2024, 02:22:53 AM »
did you put the object in a layer and use this same layer in the event?

wingedloutish

  • Playmaker Newbie
  • *
  • Posts: 1
Re: Mouse Down Not Working on Touch
« Reply #2 on: May 20, 2024, 09:42:38 PM »
The issue you're experiencing with the "mouse down" event in Unity 2020.3.12f1 and PlayMaker 1.9.1 could be due to differences in how touch inputs are handled in newer versions of Unity and PlayMaker.