Hi all,
when am trying to build my project into webplayer and standalone its producing some strange errors i have mentioned below, and i couldn’t make .exe file also
- Error building Player: Extracting referenced dlls failed. UnityEditor.HostView:OnGUI()
Anybody know what’s going on here?
We also see this error:
- ArgumentException: The Assembly UnityEditor is referenced by Path. But the dll is not allowed to be included or could not be found. UnityEditor.AssemblyHelper.AddReferencedAssembliesRecurse (System.String assemblyPath, System.Collections.Generic.List1 alreadyFoundAssemblies, System.String[ ] allAssemblyPaths, System.String[ ] foldersToSearch, System.Collections.Generic.Dictionary2 cache) UnityEditor.AssemblyHelper.AddReferencedAssembliesRecurse (System.String assemblyPath, System.Collections.Generic.List1 alreadyFoundAssemblies, System.String[ ] allAssemblyPaths, System.String[ ] foldersToSearch, System.Collections.Generic.Dictionary2 cache) UnityEditor.AssemblyHelper.FindAssembliesReferencedBy (System.String[ ] paths, System.String[ ] foldersToSearch) UnityEditor.HostView:OnGUI()
One thing I noticed about the second error is “Path”. can any one say ans for it…
thank you.