The primary reference could not be resolved
Posted: Tue May 30, 2017 1:14 pm
Hello!
I switched to Unity 5.6.1f1. When I build simplest solution with AT2 I get next warnings:
and error
Player started and build started too. But so I can't debug my scripts because code doesn't compile in VS.
How can I fix it?
I switched to Unity 5.6.1f1. When I build simplest solution with AT2 I get next warnings:
The primary reference "UnityEngine.TestRunner" could not be resolved because it has an indirect dependency on the framework assembly "System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" which could not be resolved in the currently targeted framework. ".NETFramework,Version=v3.5,Profile=Unity Subset v3.5". To resolve this problem, either remove the reference "UnityEngine.TestRunner" or retarget your application to a framework version which contains "System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
and error
The type or namespace name 'AmplifyTextureCameraBase' could not be found (are you missing a using directive or an assembly reference?)
Player started and build started too. But so I can't debug my scripts because code doesn't compile in VS.
How can I fix it?