playMaker

Author Topic: Touch 2D event every frame  (Read 1945 times)

matthutton

  • Playmaker Newbie
  • *
  • Posts: 21
Touch 2D event every frame
« on: April 10, 2020, 06:36:18 PM »
What is the best way to allow multiple fingers to tap the same 2D object. Touch Object 2D doesn't seem to honor secondary touches if a finger is already on the screen. I have filtering set to none.

If a finger is already on screen when I enter the state with Touch Object 2D I have to lift up and touch again. I'd like a second touch to still be detected. Is there a way to check every frame with this action?