Question by
codebeans · Jan 05, 2016 at 02:22 AM ·
uiscalingbest practice
UI Scaling. What am I missing out on?
So I don't know what's wrong here. I can't scale objects properly given a child object has a scale other (1,1,1)
This is my canvas setup
I want to scale the grey box and its blue bubble child object properly if the bubble has a size of (1,1,1) like I said it works
But now I scale down the bubble so that I looks far better and upscale the overall RectTransform See what happens
So why does this happen? Why doesn't the blue bubble stick to its parent's bounds? And how do I solve this?
The same happens to every other UI element with a scale other than (1,1,1). Thanks
Comment
Your answer

Follow this Question
Related Questions
How can I scale UI text per resolution? 0 Answers
Unity 5 - Does anyone know how to scale the text in the UI? 1 Answer
UI not scaling with canvas 0 Answers