You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I followed the steps that are given in the tutorial. Captured a map data using Spatial Capture app. Did all steps for listing the maps and also added the API key. However, while clicking on the ‘Add Planes and PointCloud’ button I get the following error.
IndexOutOfRangeException: Index was outside the bounds of the array.
EditorCoroutines.PlacenoteWebAPI+d__8.MoveNext () (at Assets/Placenote/Toolkits/SpatialCapture/PlacenoteWebAPI.cs:116)
EditorCoroutines.EditorCoroutines.MoveNext (EditorCoroutines.EditorCoroutines+EditorCoroutine coroutine) (at Assets/Placenote/EditorCoroutines/Scripts/EditorCoroutines.cs:337)
EditorCoroutines.EditorCoroutines.OnUpdate () (at Assets/Placenote/EditorCoroutines/Scripts/EditorCoroutines.cs:320)
UnityEditor.EditorApplication.Internal_CallUpdateFunctions () (at /Users/builduser/buildslave/unity/build/Editor/Mono/EditorApplication.cs:200)
Am I missing something?
The text was updated successfully, but these errors were encountered:
I followed the steps that are given in the tutorial. Captured a map data using Spatial Capture app. Did all steps for listing the maps and also added the API key. However, while clicking on the ‘Add Planes and PointCloud’ button I get the following error.
IndexOutOfRangeException: Index was outside the bounds of the array.
EditorCoroutines.PlacenoteWebAPI+d__8.MoveNext () (at Assets/Placenote/Toolkits/SpatialCapture/PlacenoteWebAPI.cs:116)
EditorCoroutines.EditorCoroutines.MoveNext (EditorCoroutines.EditorCoroutines+EditorCoroutine coroutine) (at Assets/Placenote/EditorCoroutines/Scripts/EditorCoroutines.cs:337)
EditorCoroutines.EditorCoroutines.OnUpdate () (at Assets/Placenote/EditorCoroutines/Scripts/EditorCoroutines.cs:320)
UnityEditor.EditorApplication.Internal_CallUpdateFunctions () (at /Users/builduser/buildslave/unity/build/Editor/Mono/EditorApplication.cs:200)
Am I missing something?
The text was updated successfully, but these errors were encountered: