Unity
How to scale background with text in Unity
In this post, I will show how to scale background according to some text. To make the background scale with text, follow the below steps: Make sure the Background and Text are in separate UI Objects. Nest the Text object inside the Background Add the following two components to the Read more…