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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Resolution Note:
l