Version: 2018.4
Scripting Backends
Universal Windows Platform: Generated project with .NET scripting backend

Universal Windows Platform: .NET Scripting Backend

The .NET scripting backendA framework that powers scripting in Unity. Unity supports three different scripting backends depending on target platform: Mono, .NET and IL2CPP. Universal Windows Platform, however, supports only two: .NET and IL2CPP. More info
See in Glossary
uses Microsoft’s .NET to power scripting. Universal Windows PlatformAn IAP feature that supports Microsoft’s In App Purchase simulator, which allows you to test IAP purchase flows on devices before publishing your application. More info
See in Glossary
uses a subset of .NET 4.5. This is due to Windows Store certification requirements. This means that the platform has some incompatibilities compared to other platforms, such as a different plugin model and many missing types.

Note: The .NET scripting backend is deprecated and will be removed in a future release of Unity. We recommend switching to the IL2CPP scripting backend.


  • 2018–08–03Page amended

  • .NET scripting backend deprecated in 2018.2 NewIn20182

  • .NET 3.5 scripting runtime deprecated in 2018.3

Scripting Backends
Universal Windows Platform: Generated project with .NET scripting backend