How to allow player's to resize UI in game?

I was wondering if you could allow the player to resize the UI and drag it around and stuff but locked to a certain ratio? Any help would be greatly appreciated.

Hmm, in the editor you could probably use Transform.localScale, for the player you’d probably have to set the appropriate values to a slider or something like that.

If you’re worried about text size to screen size / aspect ratio, set your canvases to scale with screen size in the canvas scaler :slight_smile: Does the work for you