Search Unity

All learning projects give me "The type or namespace 'Unity' could not be found"

Discussion in 'Getting Started' started by tHE_uKER, Oct 19, 2019.

  1. tHE_uKER

    tHE_uKER

    Joined:
    Oct 19, 2019
    Posts:
    24
    Basically what the title says.
    All learning projects give me "The type or namespace 'Unity' could not be found. Are you missing an assembly reference?".
    Any ideas what could be going on here?

    If I double click the error message, the indicated line is:

    using Unity.InteractiveTutorials;

    I installed Unity with the default settings.
     
  2. Antypodish

    Antypodish

    Joined:
    Apr 29, 2014
    Posts:
    10,769
    Make sure, you use same Unity version, as tutorial suggest.
    Otherwise you will run into issues.
     
    tHE_uKER likes this.
  3. Deleted User

    Deleted User

    Guest

    Where did you find the interactive tutorials? They are no longer available on the Hub.
     
    Last edited by a moderator: Oct 20, 2019
    Antypodish and tHE_uKER like this.
  4. tHE_uKER

    tHE_uKER

    Joined:
    Oct 19, 2019
    Posts:
    24
    Yeah, I just read that.
    I was installing using a Unity 2017 installer and the tutorials are probably for the latest version.
    Thanks!