Search Unity

scaling object down cause font to become blocks

Discussion in 'UGUI & TextMesh Pro' started by dmlightup, Jan 5, 2018.

  1. dmlightup

    dmlightup

    Joined:
    Jun 7, 2017
    Posts:
    15
    The scale of our project changed because of Vuforia fusion and AR kit. How can I make my TMP button scale down without becoming blocks? See attached video.
     
  2. Stephan_B

    Stephan_B

    Joined:
    Feb 26, 2017
    Posts:
    6,595
    Most likely this is an issue with the amount of padding used when the font asset was created. See FAQ Question 2 and 11.

    P.S. There are other possibilities like making sure the scaling of the text object is uniform but let's start with these.
     
  3. dmlightup

    dmlightup

    Joined:
    Jun 7, 2017
    Posts:
    15
    Thanks @Stephan_B ,
    I understand font asset creation better now. It turned out the size and scale of my canvas was interacting with the issue. I can now reach my target scale. :D
     
    Stephan_B likes this.