OK and I find that from the AR only scene I have a button that simply calls Application.LoadLevel("Home");
When this runs I see this in the console which I have no idea where to find the code that this refers to...but could this be the bug causing me all this grief?
Would really appreciate some pointers to help solve this one...
markerTrackerStop
objectTrackerStop
NullReferenceException
at UnityEngine.GameObject.GetComponentFastPath (System.Type type, IntPtr oneFurtherThanResultValue) [0x00000] in <filename unknown>:0
at UnityEngine.GameObject.GetComponent[T] () [0x00000] in <filename unknown>:0
at Vuforia.WinterTrackableEventHandler.OnTrackingLost () [0x00000] in <filename unknown>:0
at Vuforia.WinterTrackableEventHandler.OnTrackableStateChanged (Status previousStatus, Status newStatus) [0x00000] in <filename unknown>:0
at Vuforia.TrackableBehaviour.OnTrackerUpdate (Status newStatus) [0x00000] in <filename unknown>:0
at Vuforia.DataSetTrackableBehaviour.OnTrackerUpdate (Status newStatus) [0x00000] in <filename unknown>:0
at Vuforia.StateManagerImpl.SetTrackableBehavioursForTrackableToNotFound (Trackable trackable) [0x00000] in <filename unknown>:0
at Vuforia.ObjectTrackerImpl.Stop () [0x00000] in <filename unknown>:0
at Vuforia.VuforiaAbstractBehaviour.StopVuforia () [0x00000] in <filename unknown>:0
at Vuforia.VuforiaAbstractBehaviour.OnDisable () [0x00000] in <filename unknown>:0
(Filename: currently not available on il2cpp Line: -1)
objectTrackerDeactivateDataSet
objectTrackerDestroyDataSet
objectTrackerStop
markerTrackerStop
trackerManagerDeinitTracker
Error: Marker Tracker could not be deinitialized.
Could not deinitialize the tracker.
UnityEngine.Debug:Internal_Log(Int32, String, Object)
UnityEngine.Debug:LogError(Object)
Vuforia.TrackerManagerImpl:DeinitTracker()
Vuforia.VuforiaAbstractBehaviour:OnDestroy()
(Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 64)
trackerManagerDeinitTracker
Error: Object Tracker could not be deinitialized.
Could not deinitialize the tracker.
UnityEngine.Debug:Internal_Log(Int32, String, Object)
UnityEngine.Debug:LogError(Object)
Vuforia.TrackerManagerImpl:DeinitTracker()
Vuforia.VuforiaAbstractBehaviour:OnDestroy()
(Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 64)
UnloadTime: 250.619263 ms
But........
When going into AR/VR mode then using the same approach Application.LoadLevel("Home"); to return to main menu I get this un-erroring output
markerTrackerStop
objectTrackerStop
Trackable Card lost
UnityEngine.Debug:Internal_Log(Int32, String, Object)
UnityEngine.Debug:Log(Object)
Vuforia.DefaultTrackableEventHandler:OnTrackingLost()
Vuforia.DefaultTrackableEventHandler:OnTrackableStateChanged(Status, Status)
Vuforia.TrackableBehaviour:OnTrackerUpdate(Status)
Vuforia.DataSetTrackableBehaviour:OnTrackerUpdate(Status)
Vuforia.StateManagerImpl:SetTrackableBehavioursForTrackableToNotFound(Trackable)
Vuforia.ObjectTrackerImpl:Stop()
Vuforia.VuforiaAbstractBehaviour:StopVuforia()
Vuforia.VuforiaAbstractBehaviour:OnDisable()
(Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 64)
cameraDeviceStopCamera
cameraDeviceDeinitCamera
objectTrackerDeactivateDataSet
objectTrackerDestroyDataSet
objectTrackerStop
markerTrackerStop
trackerManagerDeinitTracker
trackerManagerDeinitTracker
UnloadTime: 247.131592 ms
OK and I find that from the AR only scene I have a button that simply calls Application.LoadLevel("Home");
When this runs I see this in the console which I have no idea where to find the code that this refers to...but could this be the bug causing me all this grief?
Would really appreciate some pointers to help solve this one...
markerTrackerStop
objectTrackerStop
NullReferenceException
at UnityEngine.GameObject.GetComponentFastPath (System.Type type, IntPtr oneFurtherThanResultValue) [0x00000] in <filename unknown>:0
at UnityEngine.GameObject.GetComponent[T] () [0x00000] in <filename unknown>:0
at Vuforia.WinterTrackableEventHandler.OnTrackingLost () [0x00000] in <filename unknown>:0
at Vuforia.WinterTrackableEventHandler.OnTrackableStateChanged (Status previousStatus, Status newStatus) [0x00000] in <filename unknown>:0
at Vuforia.TrackableBehaviour.OnTrackerUpdate (Status newStatus) [0x00000] in <filename unknown>:0
at Vuforia.DataSetTrackableBehaviour.OnTrackerUpdate (Status newStatus) [0x00000] in <filename unknown>:0
at Vuforia.StateManagerImpl.SetTrackableBehavioursForTrackableToNotFound (Trackable trackable) [0x00000] in <filename unknown>:0
at Vuforia.ObjectTrackerImpl.Stop () [0x00000] in <filename unknown>:0
at Vuforia.VuforiaAbstractBehaviour.StopVuforia () [0x00000] in <filename unknown>:0
at Vuforia.VuforiaAbstractBehaviour.OnDisable () [0x00000] in <filename unknown>:0
(Filename: currently not available on il2cpp Line: -1)
objectTrackerDeactivateDataSet
objectTrackerDestroyDataSet
objectTrackerStop
markerTrackerStop
trackerManagerDeinitTracker
Error: Marker Tracker could not be deinitialized.
Could not deinitialize the tracker.
UnityEngine.Debug:Internal_Log(Int32, String, Object)
UnityEngine.Debug:LogError(Object)
Vuforia.TrackerManagerImpl:DeinitTracker()
Vuforia.VuforiaAbstractBehaviour:OnDestroy()
(Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 64)
trackerManagerDeinitTracker
Error: Object Tracker could not be deinitialized.
Could not deinitialize the tracker.
UnityEngine.Debug:Internal_Log(Int32, String, Object)
UnityEngine.Debug:LogError(Object)
Vuforia.TrackerManagerImpl:DeinitTracker()
Vuforia.VuforiaAbstractBehaviour:OnDestroy()
(Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 64)
UnloadTime: 250.619263 ms
But........
When going into AR/VR mode then using the same approach Application.LoadLevel("Home"); to return to main menu I get this un-erroring output
markerTrackerStop
objectTrackerStop
Trackable Card lost
UnityEngine.Debug:Internal_Log(Int32, String, Object)
UnityEngine.Debug:Log(Object)
Vuforia.DefaultTrackableEventHandler:OnTrackingLost()
Vuforia.DefaultTrackableEventHandler:OnTrackableStateChanged(Status, Status)
Vuforia.TrackableBehaviour:OnTrackerUpdate(Status)
Vuforia.DataSetTrackableBehaviour:OnTrackerUpdate(Status)
Vuforia.StateManagerImpl:SetTrackableBehavioursForTrackableToNotFound(Trackable)
Vuforia.ObjectTrackerImpl:Stop()
Vuforia.VuforiaAbstractBehaviour:StopVuforia()
Vuforia.VuforiaAbstractBehaviour:OnDisable()
(Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 64)
cameraDeviceStopCamera
cameraDeviceDeinitCamera
objectTrackerDeactivateDataSet
objectTrackerDestroyDataSet
objectTrackerStop
markerTrackerStop
trackerManagerDeinitTracker
trackerManagerDeinitTracker
UnloadTime: 247.131592 ms