首页 > 编程语言 > 详细

Unity项目导入问题

时间:2019-04-05 15:18:13      阅读:366      评论:0      收藏:0      [点我收藏+]

5.6.3error 如下:
An assembly with the same name `UnityEngine.UI‘ has already been imported. Consider removing one of the references or sign the assembly
answer:I deleted all the c# project files at the root of the folder structure and reloaded the project and the error disappeared. Try that :)
anthor one:Click Assets > Reimport All, that should fix it.
third one:closed and reopened the project and that was enough to fix it,using Unity 5.6.3
or,If for some reason the answer provided by @tomgrin10 doesn‘t work, you can also close the project, open a file browser to
the project‘s directory/folder and then delete the "Library" folder and the "Temp" folder (if it exists), then re-open the project and wait for the re-indexing to complete.
I used the last one to solve the problem

Unity项目导入问题

原文:https://www.cnblogs.com/allyh/p/10658757.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!