Hey,
I am building a game with Apple Pencil support, I can get the pen tilt angle and pressure from Apple Pencil 1st gen, but the new (2nd gen) only reports the pressure, the angles are at 0. Does anybody have an idea how I can access these values?
Also how would I be able to detect double tap in the Apple Pencil 2?
Thanks in advance.
I would also love to know why the pencil 2 can’t detect angle. As for double tap it is the same as detecting a double tap with a finger, either put inside a scope that only detects “TouchType.Stylus”
Thanks for the answer, regarding the double tap, I didn’t mean tapping with pen on the screen but with finger on the pen, apple pencil 2 has that functionality, did you mean that?
Oh sorry I thought you meant the screen. As for the barrel button on the stylus I have yet to figure this out. I have yet to have any luck with Unity’s old Input system, I’m currently trying to figure this out with the new input system but I’m also running into issues.