Hi everyone
In my project, the game reads data from a json and displays the text on the screen through a text box. But I am facing a critical obstacle
The text box is placed on rounded box as a boundary to the text part. But the issue is that I want the box to dynamically change its height according to the amount of text,so that text always remains inside the boundary and at the same time the box size is approx equal to the text content
How to achieve the same ? I am struck on this issue from last one week