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] Profiler (Standalone Process) "Live" button is greyed out by default
- UIToolkit bindings on RadioButtonGroup is not displaying the selected radio button when the choice list is bound
- Sprite shadows are not rendered when the light source is placed near the sprite
- Multiple Video Players are not playing simultaneously when played in WebGL
- "Rename Prefab File?" window does not pop up when renaming Prefab in the Project window
Resolution Note:
l