Search Issue Tracker
Fixed in 2019.2.X
Votes
0
Found in
2019.2.0a7
Issue ID
1132132
Regression
Yes
Building player throws "ArgumentException: The Assembly UnityEditor is referenced by UnityEditor.*.Extensions "
Steps To Reproduce:
1. Create a new project
2. File > Build Settings > Build
Expected Result: It should build successfully
Observed Result: Build Fails with an exception.
Reproducible on: 2019.2.0a7 (d06a032e8889)
Not Reproducible on: 2019.2.1.0a6. 2019.1.0b5
Environment: Occurs only on mac
Stack Trace:
ArgumentException: The Assembly UnityEditor is referenced by UnityEditor.OSXStandalone.Extensions ('/Applications/Unity/Unity.app/Contents/PlaybackEngines/MacStandaloneSupport/UnityEditor.OSXStandalone.Extensions.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[T] alreadyFoundAssemblies, System.String[] allAssemblyPaths, System.String[] foldersToSearch, System.Collections.Generic.Dictionary`2[TKey,TValue] cache, UnityEditor.BuildTarget target) (at /Users/builduser/buildslave/unity/build/Editor/Mono/AssemblyHelper.cs:154)
UnityEditor.AssemblyHelper.FindAssembliesReferencedBy (System.String[] paths, System.String[] foldersToSearch, UnityEditor.BuildTarget target) (at /Users/builduser/buildslave/unity/build/Editor/Mono/AssemblyHelper.cs:194)
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)
Comments (1)
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
- Test Runner’s vertical scrollbar overlaps with the up and down arrows and upper toolbar tabs when the window is minimized
- The Input Field view is not updated when deleting lines of text
- The scrollbar does not respect empty lines in the Input Field
- “Texture Atlas Viewer“ button text overlaps another button when the UI Toolkit Debugger is narrowed
- Thresholds are no longer automatically calculated after deleting Motion fields in Blendtrees
kiran92
Mar 14, 2019 07:08
Even Im getting same issue in Unity 2017.4.0f1 in mac os. Please help us to fix this issue.