Search Issue Tracker
Duplicate
Votes
0
Found in
2018.3.0b1
2018.3.0b2
Issue ID
1084107
Regression
Yes
[UWP] After building project on .NET backend two exceptions are printed in console
Steps to reproduce:
1. Create new project
2. Switch platform to UWP
3. Change scripting backend to .NET
4. Build Project
Expected results: Project is successfully built.
Actual results: Project is successfully built, but also two errors are printed in the Console window
Reproduced with: 2018.3.0b3, 2018.3.0b1
Not reproducible with: 2018.3.0a11, 2018.2.8f1
Regression introduced in: 2018.3.0b1
Errors:
Reference Rewriter found some errors while running with command "--target=Temp\StagingArea\Unity.TextMeshPro.dll" "--target=Temp\StagingArea\UnityEngine.Timeline.dll" "--target=Temp\StagingArea\nunit.framework.dll" "--target=Temp\StagingArea\UnityEngine.UI.dll" "--target=Temp\StagingArea\UnityEngine.SpatialTracking.dll" "--target=Temp\StagingArea\UnityEngine.Networking.dll" "--target=Temp\StagingArea\UnityEngine.TestRunner.dll" <...>
Reference rewriter: Error: method `System.Reflection.FieldInfo System.Type::GetField(System.String,System.Reflection.BindingFlags)` doesn't exist in target framework. It is referenced from UnityEngine.TestRunner.dll at System.Reflection.FieldInfo UnityEngine.TestTools.EnumerableSetUpTearDownCommand::GetPCFieldInfo(System.Collections.IEnumerator).
UnityEngine.Debug:LogError(Object)
PostProcessWinRT:RunReferenceRewriter() (at C:/buildslave/unity/build/PlatformDependent/MetroPlayer/Extensions/Managed/PostProcessWinRT.cs:1074)
PostProcessWinRT:Process() (at C:/buildslave/unity/build/PlatformDependent/MetroPlayer/Extensions/Managed/PostProcessWinRT.cs:208)
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)
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