Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

TMP 3.0.0 preview 3

Discussion in 'UGUI & TextMesh Pro' started by MansyrevAY, Aug 13, 2020.

  1. MansyrevAY

    MansyrevAY

    Joined:
    Nov 10, 2016
    Posts:
    14
    Hey! I encountered known bug with no CanvasRenderer attached to Caret gameobject. Solution is to upgrade tmp to 3.0.0-preview.3 or higher. I am using Unity 2020.1 (I cant go back to 2019 for reasons) and the latest version in package manager is tmp 3.0.0-preview.1. How do I Install another preview version?
     
    Last edited: Aug 13, 2020
  2. Stephan_B

    Stephan_B

    Joined:
    Feb 26, 2017
    Posts:
    6,595
    I would suggest updating to the verified version of the TMP package which is version 3.0.1.

    upload_2020-8-13_15-32-55.png
     
  3. MansyrevAY

    MansyrevAY

    Joined:
    Nov 10, 2016
    Posts:
    14

    If I disable "Preview packages" then I dont have TMP at all, and if enable, then I get only 3.0.0 Preview. I can't find verified vesrion anywhere in the package manager

    upload_2020-8-14_12-29-46.png
     
  4. Stephan_B

    Stephan_B

    Joined:
    Feb 26, 2017
    Posts:
    6,595
    Package discovery is Package Manager related functionality and not specific to packages themselves. As such, you should be seeing the same packages.

    Make sure you are using the latest release of Unity 2020.1 which is 2020.1.2f1.

    Also make sure you didn't modify your package manifest.json located in Project/Package/... for this project. This might have happened if you tried to access preview package from staging in the past.
     
  5. MansyrevAY

    MansyrevAY

    Joined:
    Nov 10, 2016
    Posts:
    14
    Yes, regenerationg manifest helped! Thanks a lot