Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: lzt120 on May 30, 2012, 01:38:43 AM
-
I want to make one minimap as attach on the top right cornor by NGUI and how can I make it ?
-
Anchor a UISprite, showing the map, to the Top Right corner using UIAnchor.
Then manually calculate the position of the players to correctly display them above your minimap and render additional sprite for each player.
-
This is the exact thing I need to do in my next game. :)