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
- Crash on BitmapDataToImageReference when opening a project with a specific video file
- [LinuxEditor] "Create New Tile Palette" popup closes immediately when opened from the Tile Palette window
- Crash on MemoryManager::OutOfMemoryError when performing various Unity operations
- The "Use AI Assistant" checkbox is always either checked or unchecked regardless of the state that it was in during the previous Unity project creation when creating a new Unity project
- UI Builder Inspector fails to stylize attribute display name when the attribute is defined via UxmlObjectReference
Maisey
Aug 10, 2016 10:56
Still having this issue in 5.4.0f3.