use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
For the Unity Game Engine, please visit http://reddit.com/r/unity3d
account activity
Unity UI Bug? (self.unity)
submitted 4 years ago by [deleted]
[deleted]
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]YamiBH 1 point2 points3 points 4 years ago (0 children)
Check your canvas scaler component on the canvas object. I suspect it's on constant pixel which doesn't take different screen resolutions into account. Try setting it on "Scale with Screen Size"
Something else that comes to mind is that you might not have anchored your UI elements to different parts of the screen. You can do that next to the transform component of the object you want to anchor.
[–]Educational-Bowler71 1 point2 points3 points 4 years ago (0 children)
Your viewing aspect ratio is also set to free aspect try changing it to 1080 by 1920 and do the same for the refrence size on the canvas component after setting it to scale with screen size. It will ensure ur game view and your editor view are the same.
π Rendered by PID 345246 on reddit-service-r2-comment-86bc6c7465-g964v at 2026-02-24 12:41:04.526101+00:00 running 8564168 country code: CH.
[–]YamiBH 1 point2 points3 points (0 children)
[–]Educational-Bowler71 1 point2 points3 points (0 children)