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

External code editors can't find TMPro namespace

Discussion in 'UGUI & TextMesh Pro' started by TheSlate, Sep 11, 2018.

  1. TheSlate

    TheSlate

    Joined:
    Apr 13, 2013
    Posts:
    7
    I'm seeing these errors in Rider 2018.2.2 attempting to reference text mesh pro classes:
    PrisonerCollectionCounter.cs(3, 7): [CS0246] The type or namespace name 'TMPro' could not be found (are you missing a using directive or an assembly reference?)
    PrisonerCollectionCounter.cs(7, 5): [CS0246] The type or namespace name 'TMP_Text' could not be found (are you missing a using directive or an assembly reference?)

    Everything compiles fine in unity.

    My specs:
    Rider 2018.2.2
    Unity 2018.2.6f1
    TextMesh pro 1.2.4 from package manager
    Package Manager UI 1.9.11
     
  2. TheSlate

    TheSlate

    Joined:
    Apr 13, 2013
    Posts:
    7
    Never mind. Everything working fine after the nth clean/kill and restart everything.
     
    Menion-Leah likes this.