首页 > 解决方案 > 更新到 Unity 版本 2019.1.12f1 现在有 62 个错误

问题描述

更新到 2019.1.12f1,现在有 62 个错误。项目之前没有错误。

发生了什么:更新到 2019.1.12f1

我们如何重现它:从 2018.2.10f1 更新到 2019.1.12f1。

大多数错误与程序集引用相关并与 UI 元素相关联。

许可证类型:Pro Bug Reported。案例编号:1172477 Unity 版本 2019.1.12f1_f04f5427219e 计算机:MB Pro Intel Core i5 2.7 GHz 8 GB;英特尔虹膜显卡 6100 1536 MB;Mac OS X

我想我可以进入并停用所有指向不存在的包的引用,并希望它不会搞砸任何事情,但我想知道为什么这些包没有到达新版本以及在哪里可以找到它们.

尝试重新导入资产。没有帮助。

尝试删除清单,新生成的清单没有帮助。

预计该项目以前很好并且可以在新版本中工作而没有 62 错误。

标签: unity3dupdatesassembly-references

解决方案


For those interested, Unity answered the bug report and the fix cleared all errors. Solution below.

Hi,Thanks for reaching out to us!

It looks like the issue is caused by the Unity Recorder. The scripts used by it are referencing Libraries that were either changed or deleted. Perhaps you have installed the Recorder from the Asset Store before upgrading?

Deleting Unity Recorder folder from the Assets gets rid of the errors. I have then re-installed the Recorder via Package Manager and this seems to resolve the issue.

Please let me know if this helps.

If you have any further questions feel free to add them in your reply.

Best regards, Gytis Customer QA Team


推荐阅读