Domanda Errore import con Unity e Vuforia

Stato
Discussione chiusa ad ulteriori risposte.

antcap

Utente Iron
9 Febbraio 2018
1
1
0
19
buonasera a tutti , sono un utente appena iscritto volevo sapere se qualcuno mi potesse dare una mano con il problema che sto avendo con unity:

error CS1704: An assembly with the same name Vuforia.UnityExtensions.Editor' has already been imported. Consider removing one of the references or sign the assembly
C:/Program Files/Unity/Editor/Data/PlaybackEngines/VuforiaSupport/Managed/Editor/Vuforia.UnityExtensions.Editor.dll (Location of the symbol related to previous error)
Assets/Vuforia/Editor/Scripts/Vuforia.UnityExtensions.Editor.dll (Location of the symbol related to previous error)
error CS1704: An assembly with the same name Vuforia.UnityExtensions' has already been imported. Consider removing one of the references or sign the assembly
C:/Program Files/Unity/Editor/Data/PlaybackEngines/VuforiaSupport/Managed/Runtime/Vuforia.UnityExtensions.dll (Location of the symbol related to previous error)
Assets/Vuforia/Scripts/Internal/Vuforia.UnityExtensions.dll (Location of the symbol related to previous error)

Compilation failed: 2 error(s), 0 warnings

spero che qualcuno possa aiutarmi :(
 
In pratica ti sta dicendo che hai importato due librerie che hanno lo stesso nome.
Ti consiglia di rimuovere una delle due.
Anche se hanno path diversi, la cosa importante è che i nomi siano univoci.
 
Stato
Discussione chiusa ad ulteriori risposte.