Search Issue Tracker
Fixed in 5.4.0
Votes
1
Found in
5.3.1p3
Issue ID
762780
Regression
No
[UWP] assembly converter failure
When building to UWP platform, editor throws an error in the console:
UnityException: Failed to run assembly converter with command -metadata=0 -platform=uap -lock="UWP\project.lock.json" [ ..... ]
Reproducible on 5.2, 5.3, 5.4.
Repro steps:
1. open "Words.zip" project;
2. build to UWP;
3. observe an error in the console;
Worth trying to build WSA platform. Getting different errors:
Reference Rewriter found some errors while running with command --target="Temp\StagingArea\Assembly-CSharp.dll" --additionalreferences="Temp\StagingArea" --platform="C:\Program Files (x86)\Windows Kits\8.1\References\CommonConfiguration\Neutral\Windows.winmd" --support="Temp\StagingArea\WinRTLegacy.dll" --supportpartialns=Unity.Partial --system=System --dbg=pdb --framework="C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5.1" --alt=System.Xml.Serialization --ignore=System.IConvertible,mscorlib.
Error: method `System.Void System.Collections.Generic.List`1<Gamelogic.Grids.CairoPoint>::ForEach(System.Action`1<!0>)` doesn't exist in target framework. It is referenced from Assembly-CSharp.dll at System.Void Gamelogic.Grids.Examples.LightsOutCairo::InitGame().
Error: method `System.Void System.Collections.Generic.List`1<Gamelogic.Grids.FlatTriPoint>::ForEach(System.Action`1<!0>)` doesn't exist in target framework. It is referenced from Assembly-CSharp.dll at System.Void Gamelogic.Grids.Examples.LightsOutTri::InitGame().
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
- OnPostprocessAllAssets() is not called for a modified Prefab when another Asset is set Dirty in the same callback
- [Android] UIToolkit ClickEvent is fired when the device is rotated
- Compilation errors occur when "uintBitsToFloat(int)" gets used in OpenGLES
- User Reporting does not send reports when Managed Stripping Level is set to Low or higher
- Editor crashes and a window with "GetManagerFromContext: pointer to object of manager 'MonoManager' is NULL (table index 5)" error is thrown when launching a project with a corrupted library
Maisey
Aug 10, 2016 10:56
Still having this issue in 5.4.0f3.