Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. We have updated the language to the Editor Terms based on feedback from our employees and community. Learn more.
    Dismiss Notice
  3. Join us on November 16th, 2023, between 1 pm and 9 pm CET for Ask the Experts Online on Discord and on Unity Discussions.
    Dismiss Notice

Type or namespace could not be found

Discussion in 'Editor & General Support' started by bwfcwalshy, Oct 22, 2015.

  1. bwfcwalshy

    bwfcwalshy

    Joined:
    Oct 22, 2015
    Posts:
    1
    Hello, I am having an issue when trying to run my game. I am currently learning off this tutorial and I have imported the Characters package but when I try and run it is throwing errors in the console.

    Code (CSharp):
    1. Assets/Standard Assets/CrossPlatformInput/Scripts/AxisTouchButton.cs(3,19): error CS0234: The type or namespace name `EventSystems' does not exist in the namespace `UnityEngine'. Are you missing an assembly reference?
    2. Assets/Standard Assets/CrossPlatformInput/Scripts/AxisTouchButton.cs(7,55): error CS0246: The type or namespace name `IPointerDownHandler' could not be found. Are you missing a using directive or an assembly reference?
    3. Assets/Standard Assets/CrossPlatformInput/Scripts/AxisTouchButton.cs(7,76): error CS0246: The type or namespace name `IPointerUpHandler' could not be found. Are you missing a using directive or an assembly reference?
    4. Assets/Standard Assets/CrossPlatformInput/Scripts/Joystick.cs(3,19): error CS0234: The type or namespace name `EventSystems' does not exist in the namespace `UnityEngine'. Are you missing an assembly reference?
    5. Assets/Standard Assets/CrossPlatformInput/Scripts/Joystick.cs(7,48): error CS0246: The type or namespace name `IPointerDownHandler' could not be found. Are you missing a using directive or an assembly reference?
    6. Assets/Standard Assets/CrossPlatformInput/Scripts/Joystick.cs(7,69): error CS0246: The type or namespace name `IPointerUpHandler' could not be found. Are you missing a using directive or an assembly reference?
    7. Assets/Standard Assets/CrossPlatformInput/Scripts/Joystick.cs(7,88): error CS0246: The type or namespace name `IDragHandler' could not be found. Are you missing a using directive or an assembly reference?
    8. Assets/Standard Assets/CrossPlatformInput/Scripts/TouchPad.cs(3,19): error CS0234: The type or namespace name `EventSystems' does not exist in the namespace `UnityEngine'. Are you missing an assembly reference?
    9. Assets/Standard Assets/CrossPlatformInput/Scripts/TouchPad.cs(4,19): error CS0234: The type or namespace name `UI' does not exist in the namespace `UnityEngine'. Are you missing an assembly reference?
    10. Assets/Standard Assets/CrossPlatformInput/Scripts/TouchPad.cs(9,48): error CS0246: The type or namespace name `IPointerDownHandler' could not be found. Are you missing a using directive or an assembly reference?
    11. Assets/Standard Assets/CrossPlatformInput/Scripts/TouchPad.cs(9,69): error CS0246: The type or namespace name `IPointerUpHandler' could not be found. Are you missing a using directive or an assembly reference?
    12. Failed to load package manager
    13. UnityEditor.Modules.ModuleUtils:GetAdditionalReferencesForUserScripts()
    14. UnityEditorInternal.InternalEditorUtility:GetMonoIslands()
    15. UnityEditor.SyncVS:CreateIfDoesntExist()
    16. UnityEditorInternal.LogEntries:RowGotDoubleClicked(Int32)
    17. UnityEditor.DockArea:OnGUI()
    18.  
    I'm using Unity 5.0.1f1 Personal
     
    Last edited: Oct 22, 2015
  2. rdvt

    rdvt

    Joined:
    Aug 23, 2014
    Posts:
    23
    Necesitas actualizar a Unity 5.3

    Must update to unity 5.3