1
NGUI 3 Support / Trying to take screenshots with different resolution
« on: May 15, 2014, 10:18:55 AM »
Hi,
I am trying to develop a unity plugin that is making screenshots for iOS, Android & WP8 Stores.
There are many different resolutions.
The problem is that NGUI is not updating when I am changing screen resolution.
After changing resolution, I am waiting for 5 frames.
This is the way I am taking screenshots:
How can I update NGUI to match my resolution?
I am trying to develop a unity plugin that is making screenshots for iOS, Android & WP8 Stores.
There are many different resolutions.
The problem is that NGUI is not updating when I am changing screen resolution.
- Screen.SetResolution(width, height, false);
This is the way I am taking screenshots:
- screenShot.Apply();
How can I update NGUI to match my resolution?
