Search Unity

The type name 'IFactoryControls' does not exist in the type 'DefaultControls'

Discussion in 'Editor & General Support' started by vdrhid, Sep 12, 2019.

  1. vdrhid

    vdrhid

    Joined:
    Jul 14, 2019
    Posts:
    3
    After updating my Hub I am not able to use my Unity Editor 2019.2.2f1. This is the error:
    C:\Program Files\Unity\Hub\Editor\2019.2.2f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.ugui\Editor\UI\MenuOptions.cs(44,63): error CS0426: The type name 'IFactoryControls' does not exist in the type 'DefaultControls'
    C:\Program Files\Unity\Hub\Editor\2019.2.2f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.ugui\Editor\UI\MenuOptions.cs(55,29): error CS0426: The type name 'IFactoryControls' does not exist in the type 'DefaultControls'

    How can I solve this problem? Thanks
     
    Last edited: Sep 12, 2019
    aluckyblock9098 likes this.
  2. vdrhid

    vdrhid

    Joined:
    Jul 14, 2019
    Posts:
    3
    Anyone?
     
  3. Akusan

    Akusan

    Joined:
    Aug 24, 2014
    Posts:
    12
    I am having the same issue. so Bump
     
  4. Oakbells

    Oakbells

    Joined:
    Jul 4, 2020
    Posts:
    1
    do you have any luck?
    I am also stuck in same error.
     
  5. GameWSP

    GameWSP

    Joined:
    Apr 28, 2018
    Posts:
    3
    If you added dll file manual, delete it. I had same issue and I had a UI.dll file. I attached this to my project manually. Deleting this fixed my problem.