I need some help with this… sorry if it is a duplicate to something already asked… If so, please point me to the solution or thread.
I just upgraded Unity to 5.5 from 5.3.6f1 and can’t quite figure out how to resolve an error. If anyone would be able to offer me some help here I would really appreciate it. I pasted the console output below.
Thanks,
-Kory
error CS1704: An assembly with the same name UnityEngine.UI' has already been imported. Consider removing one of the references or sign the assembly C:/Art_all_programs/Unity/Editor/Data/UnityExtensions/Unity/GUISystem/UnityEngine.UI.dll (Location of the symbol related to previous error) C:/Art_all_programs/Unity/Editor/Data/UnityExtensions/Unity/GUISystem/Standalone/UnityEngine.UI.dll (Location of the symbol related to previous error) error CS1704: An assembly with the same name UnityEngine.Networking’ has already been imported. Consider removing one of the references or sign the assembly
C:/Art_all_programs/Unity/Editor/Data/UnityExtensions/Unity/Networking/UnityEngine.Networking.dll (Location of the symbol related to previous error)
C:/Art_all_programs/Unity/Editor/Data/UnityExtensions/Unity/Networking/Standalone/UnityEngine.Networking.dll (Location of the symbol related to previous error)
error CS1704: An assembly with the same name `UnityEngine.HoloLens’ has already been imported. Consider removing one of the references or sign the assembly
C:/Art_all_programs/Unity/Editor/Data/UnityExtensions/Unity/UnityHoloLens/Runtime/UnityEngine.HoloLens.dll (Location of the symbol related to previous error)
C:/Art_all_programs/Unity/Editor/Data/UnityExtensions/Unity/UnityHoloLens/RuntimeEditor/UnityEngine.HoloLens.dll (Location of the symbol related to previous error)
error CS1704: An assembly with the same name `XInputDotNetPure' has already been imported. Consider removing one of the references or sign the assembly
Assets/Plugins/x86/XInputDotNetPure.dll (Location of the symbol related to previous error)
Assets/Plugins/x86_64/XInputDotNetPure.dll (Location of the symbol related to previous error)
Compilation failed: 1 error(s), 0 warnings
But deleting my Library folder (cache) does not solve it.
The import settings in XInputDotNetPure are wrong.
Assets/Plugins/x86/XInputDotNetPure.dll should be x86 only.
Assets/Plugins/x86_64/XInputDotNetPure.dll should be x86-64 only.
Unity no longer uses the hardwired paths that it used to to determine the platform, as of 5.0.