Search Unity

UnityEngine.UI.dll

Discussion in 'Scripting' started by Deleted User, Jun 24, 2017.

  1. Deleted User

    Deleted User

    Guest

    Hi, when I try to edit a script Unity gives me this error: Unable to open C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/GUISystem/Standalone/UnityEngine.UI.dll: Check external application preferences.
     
    JesperBuchRitz likes this.
  2. coentertainer

    coentertainer

    Joined:
    May 30, 2017
    Posts:
    1
    you manage to solve it?
     
  3. FreddaWeinberg

    FreddaWeinberg

    Joined:
    Jul 31, 2017
    Posts:
    1
    Look for the extension, the characters after the final period. If you see dll, it means you're accessing a precompiled library - you'd have to reverse engineer it. If you see cs, then you need to check your Edit/Preferences/External Tools/External Script Editor. On my Windows System, I select Visual Studio from the dropdown and check that it's attached.
     
  4. lukin155

    lukin155

    Joined:
    Oct 10, 2017
    Posts:
    1
    You were adding the script the wrong way and you added a Base Input instead of adding a C# script. Go to (Project view) Create > C# script. If you want to attach it to a game object, just drag it (from the assets view) over an object (in the hierarchy view).
     
  5. canyon_gyh

    canyon_gyh

    Joined:
    Aug 15, 2018
    Posts:
    48