I got 3 errors when i tried to build windows Universal 10.i am using Unity 5.3.2.
Google analytics plugin is included in this project.second error is related to this plugin.Please help me to find the problem.I already spent oneday for this .
I downloaded assembly - csharp - first pass.dll and put it in system32 and wow64 folder in side the windows.But it didnt work .Pls give me solution...
1:
Reference Rewriter found some errors while running with command --target="Temp\StagingArea\Assembly-CSharp-firstpass.dll" --additionalreferences="Temp\StagingArea","C:\Program Files (x86)\Windows Kits\10\UnionMetadata\Facade","C:\Program Files (x86)\Windows Kits\10\References\Windows.Foundation.FoundationContract\1.0.0.0","C:\Program Files (x86)\Windows
2:Reference rewriter: Error: type `System.Globalization.CultureTypes` doesn't exist in target framework. It is referenced from Assembly-CSharp-firstpass.dll at System.Void GoogleAnalyticsMPV3::InitializeTracker().
UnityEngine.Debug:LogError(Object)
PostProcessWinRT:RunReferenceRewriter() (at C:/buildslave/unity/build/PlatformDependent/WinRT/SharedSources/CSharp/PostProcessWinRT.cs:581)
PostProcessWinRT:Process() (at C:/buildslave/unity/build/PlatformDependent/WinRT/SharedSources/CSharp/PostProcessWinRT.cs:123)
UnityEditor.HostView:OnGUI()
3:
Reference rewriter: Error: method `System.Globalization.CultureInfo[] System.Globalization.CultureInfo::GetCultures(System.Globalization.CultureTypes)` doesn't exist in target framework. It is referenced from Assembly-CSharp-firstpass.dll at System.Void GoogleAnalyticsMPV3::InitializeTracker().
UnityEngine.Debug:LogError(Object)
PostProcessWinRT:RunReferenceRewriter() (at C:/buildslave/unity/build/PlatformDependent/WinRT/SharedSources/CSharp/PostProcessWinRT.cs:581)
PostProcessWinRT:Process() (at C:/buildslave/unity/build/PlatformDependent/WinRT/SharedSources/CSharp/PostProcessWinRT.cs:123)
UnityEditor.HostView:OnGUI()
↧