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
길찾기 도중 간혈적으로 길 안내가 종료되거나(경로 탐색설정 모든 이동수단 가능) 길 안내는 진행 되지만 경로가 표기 안되는 경우가 발생하고 있습니다.
[{ "condition": "### StartNavi B3F", "stackTrace": "ARNaviManager:StartNavigation(L ayerPOIItem, TransitType)\nARNaviManager:StartNavigation(LayerPOIItem)\nARNaviPresenter:StartNavigation(LayerPOIItem)\nUIARNavi:StartNavigation(LayerPOIItem)\nUIPOIListPopup:StartNavigation(LayerPOIItem)\n<>c__DisplayClass9_0:b__0()\nUnityEngine.EventSystems.StandaloneInputModule:Process()\n", "type": 2, "dateTime": "2024-07-05T14:10:28+09:00" }, { "condition": "Navigation has been unloaded", "stackTrace": "ARNaviManager:UnloadNavigation()\nUIARNavi:UnloadNavigation()\nUnityEngine.EventSystems.StandaloneInputModule:Process()\n", "type": 3, "dateTime": "2024-07-05T14:10:30+09:00" }, { "condition": "OnNavigationEnded", "stackTrace": "d__62:MoveNext()\nSystem.Runtime.CompilerServices.AsyncVoidMethodBuilder:Start(TStateMachine&)\nARNaviManager:OnNavigationEnded()\nUnityEngine.Events.UnityEvent:Invoke()\nARCeye.ARPlayGround:UnloadNavigationNative()\nUIARNavi:UnloadNavigation()\nUnityEngine.EventSystems.StandaloneInputModule:Process()\n", "type": 2, "dateTime": "2024-07-05T14:10:30+09:00" }, { "condition": "OnNavigationEnded not gnd platform", "stackTrace": "d__62:MoveNext()\nSystem.Runtime.CompilerServices.AsyncVoidMethodBuilder:Start(TStateMachine&)\nARNaviManager:OnNavigationEnded()\nUnityEngine.Events.UnityEvent:Invoke()\nARCeye.ARPlayGround:UnloadNavigationNative()\nUIARNavi:UnloadNavigation()\nUnityEngine.EventSystems.StandaloneInputModule:Process()\n", "type": 2, "dateTime": "2024-07-05T14:10:30+09:00" }, { "condition": "Null", "stackTrace": "d__62:MoveNext()\nSystem.Runtime.CompilerServices.AsyncVoidMethodBuilder:Start(TStateMachine&)\nARNaviManager:OnNavigationEnded()\nUnityEngine.Events.UnityEvent:Invoke()\nARCeye.ARPlayGround:UnloadNavigationNative()\nUIARNavi:UnloadNavigation()\nUnityEngine.EventSystems.StandaloneInputModule:Process()\n", "type": 2, "dateTime": "2024-07-05T14:10:30+09:00" }]
로그파일.txt
The text was updated successfully, but these errors were encountered:
No branches or pull requests
길찾기 도중 간혈적으로 길 안내가 종료되거나(경로 탐색설정 모든 이동수단 가능)
길 안내는 진행 되지만 경로가 표기 안되는 경우가 발생하고 있습니다.
[{
"condition": "### StartNavi B3F",
"stackTrace": "ARNaviManager:StartNavigation(L
ayerPOIItem, TransitType)\nARNaviManager:StartNavigation(LayerPOIItem)\nARNaviPresenter:StartNavigation(LayerPOIItem)\nUIARNavi:StartNavigation(LayerPOIItem)\nUIPOIListPopup:StartNavigation(LayerPOIItem)\n<>c__DisplayClass9_0:b__0()\nUnityEngine.EventSystems.StandaloneInputModule:Process()\n",
"type": 2,
"dateTime": "2024-07-05T14:10:28+09:00"
},
{
"condition": "Navigation has been unloaded",
"stackTrace": "ARNaviManager:UnloadNavigation()\nUIARNavi:UnloadNavigation()\nUnityEngine.EventSystems.StandaloneInputModule:Process()\n",
"type": 3,
"dateTime": "2024-07-05T14:10:30+09:00"
},
{
"condition": "OnNavigationEnded",
"stackTrace": "d__62:MoveNext()\nSystem.Runtime.CompilerServices.AsyncVoidMethodBuilder:Start(TStateMachine&)\nARNaviManager:OnNavigationEnded()\nUnityEngine.Events.UnityEvent:Invoke()\nARCeye.ARPlayGround:UnloadNavigationNative()\nUIARNavi:UnloadNavigation()\nUnityEngine.EventSystems.StandaloneInputModule:Process()\n",
"type": 2,
"dateTime": "2024-07-05T14:10:30+09:00"
},
{
"condition": "OnNavigationEnded not gnd platform",
"stackTrace": "d__62:MoveNext()\nSystem.Runtime.CompilerServices.AsyncVoidMethodBuilder:Start(TStateMachine&)\nARNaviManager:OnNavigationEnded()\nUnityEngine.Events.UnityEvent:Invoke()\nARCeye.ARPlayGround:UnloadNavigationNative()\nUIARNavi:UnloadNavigation()\nUnityEngine.EventSystems.StandaloneInputModule:Process()\n",
"type": 2,
"dateTime": "2024-07-05T14:10:30+09:00"
},
{
"condition": "Null",
"stackTrace": "d__62:MoveNext()\nSystem.Runtime.CompilerServices.AsyncVoidMethodBuilder:Start(TStateMachine&)\nARNaviManager:OnNavigationEnded()\nUnityEngine.Events.UnityEvent:Invoke()\nARCeye.ARPlayGround:UnloadNavigationNative()\nUIARNavi:UnloadNavigation()\nUnityEngine.EventSystems.StandaloneInputModule:Process()\n",
"type": 2,
"dateTime": "2024-07-05T14:10:30+09:00"
}]
로그파일.txt
The text was updated successfully, but these errors were encountered: