Hi everyone,
So I’m deploying some project with pixel streaming
It was totally fine if I run these project as exe file
But I got some really buggy issue while working with pixel streaming
-
I can’t receive any of the axis value when I do 2 Finger touches(Pinch), for instance, I made a pinch event in Axis mappings called “PinchGesture”, the value always shows 0
-
I tried to use inputTouch event to do the touch tap and swipe with “Pressed” and “Moved”, and the “Get Input Touch function” set to “Touch 1”, but once I do 2 fingers touch, it will somehow become touch 2 with 1 touch (check with print string)
I think these 2 are the most bothering unsolved issue for now,
anyone who got any clue of these bugs?
pinch event doesn’t show any value
It will show “Touch 2” with one touch after I do 2 finger touch first