Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.

Question how to change the Dilate property on Text Mesh Pro

Discussion in 'Open Projects' started by AstraGamesStudios, Feb 18, 2023.

  1. AstraGamesStudios

    AstraGamesStudios

    Joined:
    Mar 26, 2022
    Posts:
    18
    i am trying to change the dilate property so i can make a dissolve-like effect but can't figure it out! please help! i can change like all the other ones but not the one i want to... upload_2023-2-18_16-39-13.png
    upload_2023-2-18_16-39-26.png
     
    Last edited: Feb 18, 2023
  2. Harsh-NJ

    Harsh-NJ

    Joined:
    May 1, 2020
    Posts:
    313
    Umm.. I guess dilate is not on TextMeshProUGUI but rather on it’s material
    I cannot confirm right now but try textMeshProUGUI.material.dilate
    Let me know if that doesn’t work