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
Hi Matthew
I am trying to build an run the app on IOS, and it doesn't show the breadcrumps/arrows..but the below error: Any help on how to address the issue?
ArgumentException: The Object you want to instantiate is null.
at UnityEngine.Object.CheckNullArgument (System.Object arg, System.String message) [0x00000] in <00000000000000000000000000000000>:0
at UnityEngine.Object.Instantiate[T] (T original) [0x00000] in <00000000000000000000000000000000>:0
at CustomShapeManager.ShapeFromInfo (ShapeInfo info) [0x00000] in <00000000000000000000000000000000>:0
at CustomShapeManager.AddShape (UnityEngine.Vector3 shapePosition, UnityEngine.Quaternion shapeRotation, System.Boolean isDestination) [0x00000] in <00000000000000000000000000000000>:0
at CreateMap.Update () [0x00000] in <00000000000000000000000000000000>:0
(Filename: currently not available on il2cpp Line: -1)
The text was updated successfully, but these errors were encountered:
Hi Matthew
I am trying to build an run the app on IOS, and it doesn't show the breadcrumps/arrows..but the below error: Any help on how to address the issue?
ArgumentException: The Object you want to instantiate is null.
at UnityEngine.Object.CheckNullArgument (System.Object arg, System.String message) [0x00000] in <00000000000000000000000000000000>:0
at UnityEngine.Object.Instantiate[T] (T original) [0x00000] in <00000000000000000000000000000000>:0
at CustomShapeManager.ShapeFromInfo (ShapeInfo info) [0x00000] in <00000000000000000000000000000000>:0
at CustomShapeManager.AddShape (UnityEngine.Vector3 shapePosition, UnityEngine.Quaternion shapeRotation, System.Boolean isDestination) [0x00000] in <00000000000000000000000000000000>:0
at CreateMap.Update () [0x00000] in <00000000000000000000000000000000>:0
(Filename: currently not available on il2cpp Line: -1)
The text was updated successfully, but these errors were encountered: