Holotoolkit を MRTK に更新したため、Hololens にアプリをデプロイできないため、助けが必要です。Unity 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 でこれを見ます:
私がすべきことは次のとおりです。
SuppressSystemOverlays は、Windows 10 以降のリリースでは変更されるか、使用できなくなる可能性があります。代わりに、TryEnterFullScreenMode と FullScreenSystemOverlayMode を使用してください。
しかし、これを行うための完全な指示が何であるかはわかりません。私は開発者ではなく、すべてがクラッシュすることを恐れています!!!
どうもありがとう