Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: Xomanowar on March 12, 2015, 04:43:00 PM
-
Hi, I want to create a woldMap like this one I attached.
I'm thinking on create a ScrollView and load the images Dynamically.. but..
- How can I load and unload the images based on what is appearing, I mean, I don't want to load all te images at the same time.
- How can I do to the Scrollview moves to the last reached point of the player at the start of the game?
Thank you.
(http://s14.postimg.org/l9q63r09t/9ecaf9be275b3353b209af9fbc2291bd.jpg)
-
Your best bet is to actually have them all loaded at once, but to split up the map into a composite image. Find things that repeat, and make them separate sprites. I see quite a few icons that repeat. Trees, buttons, stars, etc. For the background, split it up into several textures so you aren't faced with a giant texture. Don't add them to an atlas either, keep them separate.