Search Unity

Moving project to unity 2019.2 from 2019.1 UI not found errors after upgrade

Discussion in 'UGUI & TextMesh Pro' started by FrostedBrain, Dec 14, 2019.

  1. FrostedBrain

    FrostedBrain

    Joined:
    Sep 26, 2019
    Posts:
    31
    I am getting several errors about UI stuff in my error log after upgrading my project.

    "
    Assets\Plugins\Pixel Crushers\Dialogue System\Scripts\UI Subsystem\Unity UI\Selector UI\UsableUnityUI.cs(39,28): error CS0234: The type or namespace name 'UI' does not exist in the namespace 'UnityEngine' (are you missing an assembly reference?)
    "

    "
    Assets\Plugins\Pixel Crushers\Dialogue System\Scripts\Timeline\Playables\Bark\BarkClip.cs(7,19): error CS0234: The type or namespace name 'Timeline' does not exist in the namespace 'UnityEngine' (are you missing an assembly reference?)
    "

    and many more errors
     
  2. mgear

    mgear

    Joined:
    Aug 3, 2010
    Posts:
    9,442
    apparently ui is in the package manager starting from that version
     
    FrostedBrain likes this.
  3. FrostedBrain

    FrostedBrain

    Joined:
    Sep 26, 2019
    Posts:
    31
    I already have the ui package installed