Search Unity

  1. Unity Asset Manager is now available in public beta. Try it out now and join the conversation here in the forums.
    Dismiss Notice

UI 13B UI Namespace does not exist?!

Discussion in '5.4 Beta' started by Arowx, Apr 5, 2016.

  1. Arowx

    Arowx

    Joined:
    Nov 12, 2009
    Posts:
    8,194
    When trying to build for Standalone PC got this error:

    Compiles and works fine in Editor and used to work and build fine in previous versions?!

    Can't believe such a huge bug made it into a build am I missing a new feature?
     
    Last edited: Apr 5, 2016
  2. Arowx

    Arowx

    Joined:
    Nov 12, 2009
    Posts:
    8,194
    My Bad opened 5.4 project in 5.3 odd bug though?
     
    MrEsquire likes this.
  3. ArthurT

    ArthurT

    Joined:
    Oct 26, 2014
    Posts:
    75
    That's because Unity uses module versioning for each component (UI, Analytics, etc.) which only work for that specific Unity version. You'll have to reimport everything to fix the issue, else Unity expects to load DLL for version 5.3 when the project was converted to 5.4 (see ScriptAssemblies).