So I am making a scene in Unity where I have text, and I have created a canvas and text box and everything... but when I change the size of the game preview window, the size of the text changes too. This makes the text impossible to read on small screens as it is too small! How can I make the text the same size for all screen sizes?
Also, when I change the size of the Game preview window in Unity, is it the same as changing the screen size? Or is it simply scaling everything?