我已将Xbox Live Unity 资产包添加到我的项目中,但在 Unity 中出现此错误。它在 Visual Studio 中并没有奇怪地显示,但它阻止了我运行我的应用程序。
error CS7069: Reference to type `System.ComponentModel.INotifyPropertyChanging' claims it is defined assembly `System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089', but it could not be found
错误所指的行如下
JObject response = JsonConvert.DeserializeObject( request.text ) as JObject;
request 是一个 UnityWWW
对象。我在我的应用程序中使用了这个资产包,但我已经删除了它,因为它看起来像 XBox Live 已经包含一个预编译的 dll?