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
- Editor crashes and a window with "GetManagerFromContext: pointer to object of manager 'MonoManager' is NULL (table index 5)" error is shown when launching a freshly created project
- Editor Windows dragging behavior is erratic/glitchy when a specific multi-display setup is used and the Editor window is not on the main display
- Meta Quest missing an icon in Build Profiles window in U6.0
- Foldout arrow indent is misaligned in the Inspector when used for Arrays or Lists
- Material import pipeline strips properties when it is added with a script
Resolution Note:
l