Version: 2022.2
言語: 日本語
IL2CPP と UWP プラグインの使用
ネイティブ UWP プラグインの呼び出しと実装

Use managed UWP plug-ins

Managed plug-ins are managed .NET assemblies that are managed outside of Unity and compiled into dynamically-linked libraries (DLLs). For information about how to create and use managed plug-ins, refer to Managed plug-ins.

The IL2CPP scripting backend exposes the same .NET API surface as the Unity Editor and standalone Player. As a result, you can use the same plug-ins and you don’t have to compile separate versions to target different .NET APIs for Universal Windows Platform (UWP).

その他の参考資料

IL2CPP と UWP プラグインの使用
ネイティブ UWP プラグインの呼び出しと実装