You can find a log in <user>\AppData\Local\Microsoft\AppCertKit
which might contain additional information about the failure.
No worries. Here’s all of them:
UNITY_WINRT | Defined on all scripts |
UNITY_WSA | Defined on all scripts |
UNITY_WINRT_10_0 | Defined on all scripts |
UNITY_WSA_10_0 | Defined on all scripts |
ENABLE_IL2CPP | Defined on all scripts when using IL2CPP scripting backend |
NETFX_CORE | Defined on C# scripts that are compiled using Microsoft C# compiler when using .NET scripting backend |
WINDOWS_UWP | Defined on C# scripts when using .NET 4.6 or .NET Standard 2.0 compatibility level |
ENABLE_WINMD_SUPPORT | Defined on C# scripts when using .NET 4.6 or .NET Standard 2.0 compatibility level |
See also platform dependent compilation.
• 2017–05–16 修正されたページ