Hey all,
I have finished my application and it ports nicely to all devices except devices with retina display. I am using NGUI anchors to make sure the GUI aligns properly on all devices.
I’m not sure how to accommodate for retina display though. I have been looking around for a solution and it appears to be with creating two separate atlases for the GUI. (one for HD and one for SD).
Will I have to re size all of my image elements in Photoshop?
How to I dynamically change the atlases at run time?
I’m new to NGUI so I;ll will need basic instructions. Thanks so much guys. this is the last thing I need so I can be done this project.