Search Issue Tracker
Not Reproducible
Votes
0
Found in
2017.3.1f1
Issue ID
1028049
Regression
No
[iOS] UnityLinker error appears when building project which uses Audio Mixer
Reproduction steps:
1. Open the attached "BugReport.zip";
2. Build project for iOS.
Expected results: the correct error is shown in the console, which represents the real problem - Audio Mixer muting is used in the incorrect way.
Actual results: Project throws UnityLinker error which does not point to what exactly went wrong during the build.
Reproduced on: 2017.1.3p3, 2017.2.2p3, 2017.3.2f1, 2017.4.1f1, 2018.1.0f1, 2018.2.0b1.
Note: this particular error does not appear when building project for Android or Windows Standalone, only on iOS, which makes it even harder to track down, that something is used in wrong way.
Error:
"Failed running D:\Unity2017.3.1f1\Editor\Data\il2cpp/build/UnityLinker.exe --api=NET_2_0_Subset ..."
System.ArgumentException: Unable to find the file for the assembly named 'UnityEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' specified in link file 'D:\Goal043 Unity Projecten\BugReport/Temp/StagingArea/Data/methods_pointedto_by_uievents.xml"
Does not reproduce anymore on 2017.4.3f1.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Add comment