Search Unity

Upgraded to Entities 0.13 but keep getting errors due to Unity.Scenes.Hybrid.Tests.dll

Discussion in 'Entity Component System' started by davenirline, Aug 13, 2020.

  1. davenirline

    davenirline

    Joined:
    Jul 7, 2010
    Posts:
    982
    I have a test scene which I used whenever I upgrade the packages. Was able to upgrade and the scene is playing but I keep getting this error:

    Assembly 'Library/ScriptAssemblies/Unity.Scenes.Hybrid.Tests.dll' will not be loaded due to errors:
    Unable to resolve reference 'Unity.Scenes.Hybrid'. Is the assembly missing or incompatible with the current platform?
    Reference validation can be disabled in the Plugin Inspector.
    Unable to resolve reference 'Unity.Build.Common'. Is the assembly missing or incompatible with the current platform?
    Reference validation can be disabled in the Plugin Inspector.

    What can I do about this?
     
  2. davenirline

    davenirline

    Joined:
    Jul 7, 2010
    Posts:
    982
    Nvm. I just deleted it and all is well.