How would I scale GUI based on the screen resolution for mobile. I can’t find a good video and the unity answers are all in java script and I can’t understand it.
Hii…If you are using UI objects then WE have Canvas Scaler script attached to Canvas.
There is property for Ui scale mode which you can set to scale with screen size.
Thanks.