Unity 通过接口而不是插件与 WinRT 集成
Unity integration with WinRT with interfaces and not plugins
在this mva series
视频 3:53:00 的 Native Integraton Jaime Rodriguez 说有一种替代方法可以使用插件来使用 WinRT 的平台特定功能。
另一种方法是针对统一接口进行编码,然后在 WinRT 应用程序中实现该接口。然后 unity 将 "use magic" 并将接口与实现连接起来。
有人知道我该怎么做吗?
问题已在 unity 论坛中回答 here。
在this mva series 视频 3:53:00 的 Native Integraton Jaime Rodriguez 说有一种替代方法可以使用插件来使用 WinRT 的平台特定功能。 另一种方法是针对统一接口进行编码,然后在 WinRT 应用程序中实现该接口。然后 unity 将 "use magic" 并将接口与实现连接起来。
有人知道我该怎么做吗?
问题已在 unity 论坛中回答 here。