I am trying to use a massive texture with high resolution for a world map. The texture should work as normal virtual texture in-game, and afaik, it loads into the memory by the position of the camera.
But here I need to use the virtual texture for the 2D canvas in UI, similar to Google Maps - I move the position and the square segment loads. How do I do this??