Playmaker Forum

PlayMaker Help & Tips => iOS Help => Topic started by: ThomasWilli on November 11, 2020, 09:18:56 AM

Title: Touch 2D event every frame?
Post by: ThomasWilli on November 11, 2020, 09:18:56 AM
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?