I've been stuck on this question and after searching for a while I wasn't able to find a solution that fits exactly what I need (most are solution for 2d maps in world space by manipulating camera).
I need to create a world map for my mobile game. I want the map to be able to function with touch/gesture similar to that of the GPS maps (google/apple map).
I want the controls to be intuitive:
- Drag to change the portion of the map visible on screen
- Pinch to zoom map with the zoom center...
Question (how to): Drag-able/zoom-able map using UI Image
I need to create a world map for my mobile game. I want the map to be able to function with touch/gesture similar to that of the GPS maps (google/apple map).
I want the controls to be intuitive:
- Drag to change the portion of the map visible on screen
- Pinch to zoom map with the zoom center...
Question (how to): Drag-able/zoom-able map using UI Image