- Home /
 
Prefabs-based UI or dynamical UI in OnGUI() method?,What better UI based on Prefabs or on OnGUI() method
What better to use in the interface creating: prefabed blocks of interface with instantiation in Update() or generate Interface dynamically in OnGUI() method using GUI class?
               Comment
              
 
               
              Your answer