|
I'm trying to work on a menu system for my game and gotten things to the point it moves posistion properly, but what is the best way to dynamically resize textures for multiple resolutions?
(comments are locked)
|
using this script dynamically resize textures for multiple resolutions and you can also use same for any gui so that it will dynamically resize for multiple resolutions if this is the solution for your problem means up vote it. Hmm, it worked partially but the resize reduced the graphic drastically. I'm not looking for posistioning.. just size. What I'd like to do is basically keep the aspect ratio but scale down to match the screen.
Jan 13 '12 at 04:24 AM
Teonnyn
excellent answer thanks!
Jan 16 '12 at 09:33 AM
Fattie
(comments are locked)
|
|
Change the main matrix of the GUI class. I usually use GUIUtility.ScaleAroundPivot () for my scaling.
(comments are locked)
|
