Hello everyone.

The Mixed Reality Forums here are no longer being used or maintained.

There are a few other places we would like to direct you to for support, both from Microsoft and from the community.

The first way we want to connect with you is our mixed reality developer program, which you can sign up for at https://aka.ms/IWantMR.

For technical questions, please use Stack Overflow, and tag your questions using either hololens or windows-mixed-reality.

If you want to join in discussions, please do so in the HoloDevelopers Slack, which you can join by going to https://aka.ms/holodevelopers, or in our Microsoft Tech Communities forums at https://techcommunity.microsoft.com/t5/mixed-reality/ct-p/MicrosoftMixedReality.

And always feel free to hit us up on Twitter @MxdRealityDev.
Options

Fatal error in Unity CIL Linker

Hello,

I'm currently working for porting project "Overturn" to MS device. With Unity 2017.2.03f MRPT, UWP, IL2CPP backend, NET4.6 api level and Strip engine code disabled.

I got some error when build the project, this only happened in IL2CPP and UWP.

Anybody can help to solve this error? Thank you!

stdout:
Fatal error in Unity CIL Linker
System.InvalidProgramException: Failed to resolve [UnityEngine]System.Resources.NeutralResourcesLanguageAttribute.
��ġ: Unity.IL2CPP.AssemblyDependenciesComponent.ResolveWindowsRuntimeReferences(AssemblyDefinition assembly)
��ġ: Unity.IL2CPP.AssemblyDependenciesComponent.CollectAssemblyDependencies(AssemblyDefinition assembly)
��ġ: Unity.IL2CPP.AssemblyDependenciesComponent.GetReferencedAssembliesFor(AssemblyDefinition assembly)
��ġ: UnityLinker.UnityLinkContext.ResolveReferences(AssemblyDefinition assembly)
��ġ: UnityLinker.Steps.UnityResolveFromXmlStep.GetAssembly(LinkContext context, AssemblyNameReference assemblyName)
��ġ: UnityLinker.Steps.UnityResolveFromXmlStep.ProcessAssemblies(LinkContext context, XPathNodeIterator iterator)
��ġ: Mono.Linker.Steps.BaseStep.Process(LinkContext context)
��ġ: Mono.Linker.Pipeline.Process(LinkContext context)
��ġ: UnityLinker.UnityDriver.Run()
��ġ: UnityLinker.UnityDriver.RunDriver()

Sign In or Register to comment.