我需要一些帮助,因为我已将 Holotoolkit 更新为 MRTK,因此无法在 Hololens 上部署我的应用程序;统一 2017.4 到 2019.2 ;Visual Studio 2017 至 2019
我认为这是 IL2CPP 问题...我可以在 Unity 中构建而不会出现任何错误消息。我可以在VS中构建。但我无法部署。当我使用“开始而不调试”进行部署时,出现此错误:
Severity Code Description Project File Line Suppression State Suppression State
Warning C4973 'Windows::UI::ViewManagement::IApplicationView2::SuppressSystemOverlays::set': marked as deprecated TestMRTKV2 D:\TestMRTKV2\TestMRTKV2\Build\TestMRTKV2\App.cpp 26
Severity Code Description Project File Line Suppression State Suppression State
Message Message: 'Use the TryEnterFullScreen method and IsFullScreenMode property instead of SuppressSystemOverlays. For more info, see MSDN.' TestMRTKV2 D:\TestMRTKV2\TestMRTKV2\Build\TestMRTKV2\App.cpp 26
我在 Microsoft doc 上看到了这个:
我应该做的是:
对于 Windows 10 之后的版本,SuppressSystemOverlays 可能会更改或不可用。相反,请使用 TryEnterFullScreenMode 和 FullScreenSystemOverlayMode。
但我不知道这样做的完整说明是什么,我不是开发人员,我害怕让一切崩溃!!!
非常感谢