Hello all,
We are working on the tvOS port of our game, Simon 3D. For main menu movement, I'm trying to implement a "get direction from touch" system. What is the best approach for that?
I tried a "get magnitude of delta touch, if it's above threshold, make movement" approach, but not so satisfied with it. I will try "calculate the distance from first and last touches" approach tomorrow. I wonder if there is a...
tvOS remote control and direction: Best practises
We are working on the tvOS port of our game, Simon 3D. For main menu movement, I'm trying to implement a "get direction from touch" system. What is the best approach for that?
I tried a "get magnitude of delta touch, if it's above threshold, make movement" approach, but not so satisfied with it. I will try "calculate the distance from first and last touches" approach tomorrow. I wonder if there is a...
tvOS remote control and direction: Best practises