Search Unity

Question Why can't I use TMPro in Rebinding UI Sample

Discussion in 'Input System' started by erikmiculek, Jul 4, 2022.

  1. erikmiculek

    erikmiculek

    Joined:
    Mar 18, 2022
    Posts:
    6
    I tried using TMPro in Rebinding UI Sample for the Input System but when I add using TMPro it sayes
    Assets\Scripts\Rebinding UI\RebindActionUI.cs(5,7): error CS0246: The type or namespace name 'TMPro' could not be found (are you missing a using directive or an assembly reference?)
    Does anyone know how to fix it or why is it happening?
     
    Ringo_ri likes this.