Version: 2021.3
Unity 中的 .NET 概述
稳定脚本运行时:已知限制

.NET 配置文件支持

Unity supports two .NET profiles: .NET Standard and .NET Framework. Each profile provides a different set of APIs so that C# code can interact with .NET class libraries. The Api Compatibility Level property has two settings:

  • .NET Standard: .NET Standard 2.1, as published by the .NET Foundation.
  • .NET Framework 4.8, as published by Microsoft, plus additional APIs in .NET Standard 2.1.

By default, the Api compatibility Level is set to .NET Standard. To change the .NET profile, go to Edit > Project Settings > Player >Other settings. Under the Configuration heading, set Api Compatibility Level to the desired setting.

跨平台兼容性

If you need broad cross-platform compatibility, then set the Api Compatibility Level to .NET Standard. Where possible, Unity supports the APIs in the .NET Standard profile on all platforms. Although some platforms don’t fully support the .NET Standard profile, the .NET Framework profile is less suitable for cross-platform compatibility. The .NET Framework profile includes all APIs in the .NET Standard profile and additional APIs, some of which might work on few or no platforms.

Managed plug-ins

Managed plug-ins are .NET assemblies that are managed outside of Unity and compiled into dynamically linked libraries (DLLs). You can use managed plug-ins in Unity with either the .NET Standard profile or the .NET Framework profile. The .NET profile of your Unity project determines the level of support for managed plug-ins that are compiled for different versions of .NET. The following table indicates the configurations that Unity supports:

Managed plug-in compilation target API Compatibility Level:
.NET Standard 2.1 .NET 4.x
.NET Standard (any version) 受支持 受支持
.NET Framework (any version) Limited support 受支持
.NET Core (any version) 不受支持 不受支持

Support for managed plug-ins compiled for .NET Framework is limited when you use the .NET Standard profile in Unity. Any .NET Framework APIs that are also present in .NET Standard are supported. However, the .NET Framework API contains types and methods that are not available in the .NET Standard profile.

传输层安全性 (TLS) 1.2

The UnityWebRequest API and all .NET Framework Web APIs fully support TLS 1.2 on all platforms except WebGL. WebGL uses the security settings from the browser the application runs in and the web server instead. The platform-specific local certificate store automatically verifies TLS certificates if available. If access to the certificate store isn’t possible, Unity uses an embedded root certificate store.


  • 2018–03–15 页面已修订

  • 2018.1 版中添加了 .NET 配置文件支持 NewIn20181

Unity 中的 .NET 概述
稳定脚本运行时:已知限制
Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961