Search Issue Tracker
Won't Fix
Votes
0
Found in
5.5.0f3
Issue ID
869882
Regression
No
The AssemblyHelper cannot find an assembly in a sub directory.
Steps to reproduce:
1) Open the attached project.
2) Build for iOS.
Errors show up in the console:
ArgumentException: The Assembly Triangle is referenced by ProBuilderMeshOps-Unity5 ('Assets/ProCore/ProBuilder/Classes/ProBuilderMeshOps-Unity5.dll'). But the dll is not allowed to be included or could not be found.
UnityEditor.AssemblyHelper.AddReferencedAssembliesRecurse (System.String assemblyPath, System.Collections.Generic.List`1 alreadyFoundAssemblies, System.String[] allAssemblyPaths, System.String[] foldersToSearch, System.Collections.Generic.Dictionary`2 cache, BuildTarget target) (at /Users/Josh/Documents/code/unity/Editor/Mono/AssemblyHelper.cs:143)
UnityEditor.AssemblyHelper.FindAssembliesReferencedBy (System.String[] paths, System.String[] foldersToSearch, BuildTarget target) (at /Users/Josh/Documents/code/unity/Editor/Mono/AssemblyHelper.cs:181)
UnityEditor.HostView:OnGUI()
Exception: /Applications/Unity5.6.0b4/Unity.app/Contents/Tools/UnusedByteCodeStripper2/UnusedBytecodeStripper2.exe did not run properly!
Editor.log shows errors regarding Core.xml:
Unable to find the file for the assembly named 'UnityEngine' specified in link file '/Applications/Unity/PlaybackEngines/iOSSupport/Whitelists/Core.xml'
Reproduced on:
5.6.0b4, 5.5.0p4
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- No blue outline is shown on a folder in the Project tab when an external file is being dragged over the folder
- Profiler - Taking you to the wrong section when using 'show'
- Draw Renderers custom pass doesn't work with SSGI
- WebCamTexture does not set the requested resolution when used in WebGL
- Editor default Stylesheet/Matching Selector buttons in Debugger don't do anything
Resolution Note:
l