We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
下記のInitializer.IsReadyがfalseとなりAR Sessionの初期化に失敗する.
Initializer.IsReady
ARMap/ARMap/Assets/Scripts/SampleScript.cs
Lines 35 to 50 in b746fd1
ARSession.state == ARSessionState.SessionTrackingはtrueになることを確認. 別環境では,Initializer.IsReadyがtrueとなり初期化に成功する.
ARSession.state == ARSessionState.SessionTracking
参考: ARCore Geospatial APIハンズオン by AR Fukuoka | ドクセル
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
No branches or pull requests
下記の
Initializer.IsReady
がfalseとなりAR Sessionの初期化に失敗する.ARMap/ARMap/Assets/Scripts/SampleScript.cs
Lines 35 to 50 in b746fd1
ARSession.state == ARSessionState.SessionTracking
はtrueになることを確認.別環境では,
Initializer.IsReady
がtrueとなり初期化に成功する.参考:
ARCore Geospatial APIハンズオン by AR Fukuoka | ドクセル
The text was updated successfully, but these errors were encountered: