Open ryuryu0226 opened 2 years ago
下記のInitializer.IsReadyがfalseとなりAR Sessionの初期化に失敗する. https://github.com/ryuryu0226/ARMap/blob/b746fd1a60b672f536fed199fe3bcc32f18bb315/ARMap/Assets/Scripts/SampleScript.cs#L35-L50
Initializer.IsReady
ARSession.state == ARSessionState.SessionTrackingはtrueになることを確認. 別環境では,Initializer.IsReadyがtrueとなり初期化に成功する.
ARSession.state == ARSessionState.SessionTracking
参考: ARCore Geospatial APIハンズオン by AR Fukuoka | ドクセル
下記の
Initializer.IsReady
がfalseとなりAR Sessionの初期化に失敗する. https://github.com/ryuryu0226/ARMap/blob/b746fd1a60b672f536fed199fe3bcc32f18bb315/ARMap/Assets/Scripts/SampleScript.cs#L35-L50ARSession.state == ARSessionState.SessionTracking
はtrueになることを確認. 別環境では,Initializer.IsReady
がtrueとなり初期化に成功する.参考: ARCore Geospatial APIハンズオン by AR Fukuoka | ドクセル