- Home /
 
 
               Question by 
               Giannis7312777 · Jul 22, 2013 at 08:08 AM · 
                guiscreenboxfit  
              
 
              Resizable GUI box how to?
Hello :) I want to make a resizable GUI box that fits in all kind of screens. Is there any way to do this in JS ? Thanks :)
               Comment
              
 
               
              Answer by bubzy · Jul 22, 2013 at 08:21 AM
Thanks for the reply. $$anonymous$$y problem is that my GUI box is in different position with my full screen mode... any suggestions?
well then you would do something like
 GUI.Label(new Rect(Screen.width/2,0,200,20),"lololol");
 
                  this would allow the program to compensate for any screen size, as its not a fixed value in Screen.width
Your answer
 
             Follow this Question
Related Questions
GUI texture to fit the screen at any resolution? 4 Answers
full screen wide GUI.Box 3 Answers
Adjust GUI in all Screens?????? 1 Answer
drawTexture background fit screen 3 Answers
Android Button Screen 1 Answer