Limit maximum resolution of device / Force it to stretch
Currently my GUI is made so it can stretch on every possible screen resolution. Unfortunately some elements like fonts are not resizable (my choice, for performance reason), and they simply distribute on the screen without changing their size. This creates some problems on tablets with big resolution, in which the interface becomes too small to be used. So I would like to set the GUI to behave normally until a certain maximum resolution, over which the screen will be simply stretched, forcing a change of resolution on the device.
Is there a way to do this?
Thank you
Comment
Your answer
Follow this Question
Related Questions
Unity3d UI ListBox Help 0 Answers
UI Element not turning on with SetActive(true) 1 Answer
UI problem in build 1 Answer