Search Unity

Help with cardboard input in UDTP

Discussion in 'Daydream' started by mat9054, Nov 9, 2016.

  1. mat9054

    mat9054

    Joined:
    Nov 14, 2015
    Posts:
    42
    Hi, i have two question regarding unity with native daydream support.

    I am currently trying to convert a existing cardboard app to be daydream ready with UDTP.

    My first question is how can i get the gaze direction from unity. In my project for cardboard, i am using CardboardHead.gaze.direction which return Vector3 to get the direction i am looking. Things have change with new gvr sdk 1.0 and if i use gvrviewer prefabs in my scene the app close at run time. How can i get a vector3 that will give me the direction i am looking with native unity?

    My second question is regarding input from cardboard. I found we can get a boolean using GvrController.TouchDown for Daydream controller. But how can i get bool value for the cardboard magnet trigger? I was able to find a way using ether GvrViewer or GvrHead(sorry i dont remember which one) but again, those are now native to unity so including them to my scene crash my app.

    I am quite new to unity and due to this technical preview being new i dont find much information online and in unity docs. Maybe i am not looking to the right place.

    Thank you
     
  2. joejo

    joejo

    Unity Technologies

    Joined:
    May 26, 2016
    Posts:
    958
    I Believe that the latest GVR Unity SDK has a demo scene that does head tracking and reporting. I'd take a look there.

    For native, since the camera is tracking the head set you should also be able to query the Camera's position and orientation (or just the forward vector).

    As for input in Daydream, all of that is handled in the GVR Unity SDK. There is a controller demo scene in there that shows how to use the controller to hit and select items in the scene.
     
    mat9054 likes this.
  3. Selzier

    Selzier

    Joined:
    Sep 23, 2014
    Posts:
    652
    I don't use Daydream Preview version because my games won't run when compiled with it (works great with Unity 5.4.2 and GVR 1.01). However I've been told that this gaze input fix must be used when using native daydream integration:
     
    mat9054 likes this.
  4. mat9054

    mat9054

    Joined:
    Nov 14, 2015
    Posts:
    42
    Its been a week Im looking into this and it start to driving me crazy. At first I tough my game was crashing at run time because I was using GvrViewerMain in my scene, but after playing around with both demo scene in GVR SDK I realise that I can run both scene on my device with Virtual reality support checked and Daydream and cardboard as selected device even if GvrViewerMain is include in the scene. So I dont think my problem is with the sdk.

    I am quite new to app development. I figured out how to get a logcat from my device and I was hoping someone here could point me in the right direction. I see Fatal Exception but I dont have the knowledge yet to be able to understand what is causing the crash.

    11-11 14:19:25.406 897 6016 I ActivityManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.BlueberryJamGames.RiskyFrogVR/com.google.unity.GoogleUnityActivity (has extras)} from uid 10029 on display 0
    11-11 14:19:25.419 897 910 I VrManagerService: VR mode enabled
    11-11 14:19:25.423 897 910 I VrManagerService: Connecting ComponentInfo{com.google.vr.vrcore/com.google.vr.vrcore.common.VrCoreListenerService} for user 0
    11-11 14:19:25.453 897 3472 I ActivityManager: Start proc 9836:com.BlueberryJamGames.RiskyFrogVR/u0a293 for activity com.BlueberryJamGames.RiskyFrogVR/com.google.unity.GoogleUnityActivity
    11-11 14:19:25.580 897 897 D LightsService: Excessive delay setting light: 159ms
    11-11 14:19:25.593 4787 4787 W bif : Not honoring Skip DON option because Setup is not complete.
    11-11 14:19:25.615 897 9787 I ActivityManager: Config changes=480 {1.0 302mcc720mnc [en_US] ldltr sw411dp w683dp h387dp 560dpi nrml land finger -keyb/v/h -nav/h s.32}
    11-11 14:19:25.623 565 565 I ServiceManager: Waiting for service AtCmdFwd...
    11-11 14:19:25.675 897 3447 I InputReader: Reconfiguring input devices. changes=0x00000004
    11-11 14:19:25.675 897 3447 I InputReader: Device reconfigured: id=7, name='synaptics_dsx', size 1440x2560, orientation 1, mode 1, display id 0
    11-11 14:19:25.703 4787 4787 I VrNotificationService: Requesting rebind
    11-11 14:19:25.728 4787 4787 I VrNotificationService: onBind
    11-11 14:19:25.729 9836 9836 D AndroidRuntime: Shutting down VM
    11-11 14:19:25.730 9836 9836 E AndroidRuntime: FATAL EXCEPTION: main
    11-11 14:19:25.730 9836 9836 E AndroidRuntime: Process: com.BlueberryJamGames.RiskyFrogVR, PID: 9836
    11-11 14:19:25.730 9836 9836 E AndroidRuntime: java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.BlueberryJamGames.RiskyFrogVR/com.google.unity.GoogleUnityActivity}: java.lang.ClassNotFoundException: Didn't find class "com.google.unity.GoogleUnityActivity" on path: DexPathList[[zip file "/data/app/com.BlueberryJamGames.RiskyFrogVR-2/base.apk"],nativeLibraryDirectories=[/data/app/com.BlueberryJamGames.RiskyFrogVR-2/lib/arm, /system/fake-libs, /data/app/com.BlueberryJamGames.RiskyFrogVR-2/base.apk!/lib/armeabi-v7a, /system/lib, /vendor/lib]]
    11-11 14:19:25.730 9836 9836 E AndroidRuntime: at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2548)
    11-11 14:19:25.730 9836 9836 E AndroidRuntime: at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2707)
    11-11 14:19:25.730 9836 9836 E AndroidRuntime: at android.app.ActivityThread.-wrap12(ActivityThread.java)
    11-11 14:19:25.730 9836 9836 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1460)
    11-11 14:19:25.730 9836 9836 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:102)
    11-11 14:19:25.730 9836 9836 E AndroidRuntime: at android.os.Looper.loop(Looper.java:154)
    11-11 14:19:25.730 9836 9836 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:6077)
    11-11 14:19:25.730 9836 9836 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
    11-11 14:19:25.730 9836 9836 E AndroidRuntime: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:865)
    11-11 14:19:25.730 9836 9836 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:755)
    11-11 14:19:25.730 9836 9836 E AndroidRuntime: Caused by: java.lang.ClassNotFoundException: Didn't find class "com.google.unity.GoogleUnityActivity" on path: DexPathList[[zip file "/data/app/com.BlueberryJamGames.RiskyFrogVR-2/base.apk"],nativeLibraryDirectories=[/data/app/com.BlueberryJamGames.RiskyFrogVR-2/lib/arm, /system/fake-libs, /data/app/com.BlueberryJamGames.RiskyFrogVR-2/base.apk!/lib/armeabi-v7a, /system/lib, /vendor/lib]]
    11-11 14:19:25.730 9836 9836 E AndroidRuntime: at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:56)
    11-11 14:19:25.730 9836 9836 E AndroidRuntime: at java.lang.ClassLoader.loadClass(ClassLoader.java:380)
    11-11 14:19:25.730 9836 9836 E AndroidRuntime: at java.lang.ClassLoader.loadClass(ClassLoader.java:312)
    11-11 14:19:25.730 9836 9836 E AndroidRuntime: at android.app.Instrumentation.newActivity(Instrumentation.java:1078)
    11-11 14:19:25.730 9836 9836 E AndroidRuntime: at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2538)
    11-11 14:19:25.730 9836 9836 E AndroidRuntime: ... 9 more
    11-11 14:19:25.739 897 4977 W ActivityManager: Force finishing activity com.BlueberryJamGames.RiskyFrogVR/com.google.unity.GoogleUnityActivity
    11-11 14:19:25.817 897 8267 I OpenGLRenderer: Initialized EGL, version 1.4
    11-11 14:19:25.817 897 8267 D OpenGLRenderer: Swap behavior 1
    11-11 14:19:26.083 897 917 I WindowManager: Screen frozen for +608ms due to Window{5321502 u0 NavigationBar}
    11-11 14:19:26.244 897 910 W ActivityManager: Activity pause timeout for ActivityRecord{6519ae u0 com.BlueberryJamGames.RiskyFrogVR/com.google.unity.GoogleUnityActivity t1455 f}
    11-11 14:19:26.339 897 897 D ConditionProviders: Subscribing to condition://com.google.vr.vrcore with ComponentInfo{com.google.vr.vrcore/com.google.vr.vrcore.common.VrCoreZenConditionProvider}
    11-11 14:19:26.341 897 897 I VrManagerService: VR mode disabled
    11-11 14:19:26.341 897 897 I VrManagerService: Disconnecting ComponentInfo{com.google.vr.vrcore/com.google.vr.vrcore.common.VrCoreListenerService} for user 0
    11-11 14:19:26.346 4787 4787 I VrNotificationService: onListenerConnected
    11-11 14:19:26.362 4734 4734 E NowRemoteClient: skipping logEndstates, service is null
    11-11 14:19:26.380 4787 4787 I VrNotificationService: Requesting unbind
    11-11 14:19:26.513 897 897 D LightsService: Excessive delay setting light: 159ms
    11-11 14:19:26.514 897 3785 I WindowManager: Destroying surface Surface(name=com.google.android.googlequicksearchbox/com.google.android.launcher.GEL) called by com.android.server.wm.WindowStateAnimator.destroySurface:2014 com.android.server.wm.WindowStateAnimator.destroySurfaceLocked:881 com.android.server.wm.WindowState.removeLocked:1449 com.android.server.wm.WindowManagerService.removeWindowInnerLocked:2478 com.android.server.wm.WindowManagerService.removeWindowLocked:2436 com.android.server.wm.WindowManagerService.removeWindowLocked:2305 com.android.server.wm.WindowManagerService.removeWindow:2300 com.android.server.wm.Session.remove:193
    11-11 14:19:26.613 4787 4787 I VrNotificationService: onUnbind
    11-11 14:19:26.616 897 3447 I InputReader: Reconfiguring input devices. changes=0x00000004
    11-11 14:19:26.616 897 3447 I InputReader: Device reconfigured: id=7, name='synaptics_dsx', size 1440x2560, orientation 0, mode 1, display id 0
    11-11 14:19:26.616 897 917 I ActivityManager: Config changes=480 {1.0 302mcc720mnc [en_US] ldltr sw411dp w411dp h659dp 560dpi nrml port finger -keyb/v/h -nav/h s.33}
    11-11 14:19:26.616 897 907 W AppOps : Finishing op nesting under-run: uid 10176 pkg com.google.vr.vrcore code 24 time=0 duration=0 nesting=0
    11-11 14:19:26.624 565 565 I ServiceManager: Waiting for service AtCmdFwd...
    11-11 14:19:26.662 897 904 W JavaBinder: BinderProxy is being destroyed but the application did not call unlinkToDeath to unlink all of its death recipients beforehand. Releasing leaked death recipient: com.android.server.utils.ManagedApplicationService$1
    11-11 14:19:26.665 897 904 W JavaBinder: BinderProxy is being destroyed but the application did not call unlinkToDeath to unlink all of its death recipients beforehand. Releasing leaked death recipient: com.android.server.utils.ManagedApplicationService$1
    11-11 14:19:26.666 897 904 W JavaBinder: BinderProxy is being destroyed but the application did not call unlinkToDeath to unlink all of its death recipients beforehand. Releasing leaked death recipient: com.android.server.utils.ManagedApplicationService$1
    11-11 14:19:26.734 4734 4734 I GEL : handleIntent(Intent { act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10000100 cmp=com.google.android.googlequicksearchbox/com.google.android.launcher.GEL })
    11-11 14:19:26.749 4734 4734 E NowRemoteClient: skipping logEndstates, service is null
    11-11 14:19:26.796 4734 4734 I Choreographer: Skipped 31 frames! The application may be doing too much work on its main thread.
    11-11 14:19:26.863 4734 4734 E NowRemoteClient: skipping logEndstates, service is null
    11-11 14:19:26.867 4734 4734 W SearchServiceClient: Attempt to handover from detached client
    11-11 14:19:26.869 4734 4734 E NowRemoteClient: skipping logEndstates, service is null
    11-11 14:19:26.895 897 6016 I WindowManager: Destroying surface Surface(name=com.google.android.googlequicksearchbox/com.google.android.launcher.GEL) called by com.android.server.wm.WindowStateAnimator.destroySurface:2014 com.android.server.wm.WindowStateAnimator.destroySurfaceLocked:881 com.android.server.wm.WindowState.removeLocked:1449 com.android.server.wm.WindowManagerService.removeWindowInnerLocked:2478 com.android.server.wm.WindowManagerService.removeWindowLocked:2436 com.android.server.wm.WindowManagerService.removeWindowLocked:2305 com.android.server.wm.WindowManagerService.removeWindow:2300 com.android.server.wm.Session.remove:193
    11-11 14:19:27.014 4734 4734 I GEL : handleIntent(Intent { act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10000100 cmp=com.google.android.googlequicksearchbox/com.google.android.launcher.GEL })
    11-11 14:19:27.278 897 917 I WindowManager: Screen frozen for +690ms due to Window{414dc8b u0 com.android.systemui.ImageWallpaper}
    11-11 14:19:27.297 897 4977 W ActivityManager: Force finishing activity com.BlueberryJamGames.RiskyFrogVR/com.google.unity.GoogleUnityActivity
    11-11 14:19:27.301 897 4977 I ActivityManager: Killing 9836:com.BlueberryJamGames.RiskyFrogVR/u0a293 (adj 900): crash
    11-11 14:19:27.301 897 4977 D ActivityManager: cleanUpApplicationRecord -- 9836
    11-11 14:19:27.312 897 911 W InputEventReceiver: Attempted to finish an input event but the input event receiver has already been disposed.
    11-11 14:19:27.313 897 911 W ViewRootImpl[RiskyFrogVR]: Dropping event due to root view being removed: MotionEvent { action=ACTION_MOVE, actionButton=0, id[0]=0, x[0]=552.0, y[0]=-116.0, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=1, eventTime=361014, downTime=360961, deviceId=7, source=0x1002 }
    11-11 14:19:27.313 897 911 W InputEventReceiver: Attempted to finish an input event but the input event receiver has already been disposed.
    11-11 14:19:27.313 897 911 W ViewRootImpl[RiskyFrogVR]: Dropping event due to root view being removed: MotionEvent { action=ACTION_UP, actionButton=0, id[0]=0, x[0]=552.0, y[0]=-116.0, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=361034, downTime=360961, deviceId=7, source=0x1002 }
    11-11 14:19:27.313 897 911 W InputEventReceiver: Attempted to finish an input event but the input event receiver has already been disposed.
    11-11 14:19:27.483 897 917 I WindowManager: Destroying surface Surface(name=Application Error: com.BlueberryJamGames.RiskyFrogVR) called by com.android.server.wm.WindowStateAnimator.destroySurface:2014 com.android.server.wm.WindowStateAnimator.destroySurfaceLocked:881 com.android.server.wm.WindowState.destroyOrSaveSurface:2073 com.android.server.wm.WindowSurfacePlacer.performSurfacePlacementInner:429 com.android.server.wm.WindowSurfacePlacer.performSurfacePlacementLoop:232 com.android.server.wm.WindowSurfacePlacer.performSurfacePlacement:180 com.android.server.wm.WindowManagerService$H.handleMessage:8079 android.os.Handler.dispatchMessage:102
    11-11 14:19:27.484 897 917 W AppOps : Finishing op nesting under-run: uid 1000 pkg android code 24 time=0 duration=0 nesting=0
    11-11 14:19:27.504 897 910 I ActivityManager: Start proc 9880:com.supercell.clashofclans/u0a98 for broadcast com.supercell.clashofclans/com.google.android.gcm.GCMBroadcastReceiver
    11-11 14:19:27.525 4802 4994 I AttachedClient: Adding client event 2 to pending list.
    11-11 14:19:27.525 4802 4994 I AttachedClient: Adding client event 5 to pending list.
    11-11 14:19:27.533 4802 4802 I OptInState: There is a new client and it does not support opt-in. Dropping request.
    11-11 14:19:27.565 9880 9880 I art : Starting a blocking GC AddRemoveAppImageSpace
    11-11 14:19:27.624 565 565 W Atfwd_Sendcmd: AtCmdFwd service not published, waiting... retryCnt : 1
    11-11 14:19:29.300 897 917 I art : Starting a blocking GC Explicit
    11-11 14:19:29.451 897 917 I art : Explicit concurrent mark sweep GC freed 15097(855KB) AllocSpace objects, 2(40KB) LOS objects, 33% free, 26MB/39MB, paused 1.204ms total 150.423ms
    11-11 14:19:32.625 565 565 I ServiceManager: Waiting for service AtCmdFwd...
    11-11 14:19:33.626 565 565 I ServiceManager: Waiting for service AtCmdFwd...
    11-11 14:19:34.626 565 565 I ServiceManager: Waiting for service AtCmdFwd...
    11-11 14:19:35.627 565 565 I ServiceManager: Waiting for service AtCmdFwd...
    11-11 14:19:36.628 565 565 I ServiceManager: Waiting for service AtCmdFwd...
    11-11 14:19:36.771 897 907 W ActivityManager: Unable to start service Intent { cmp=com.google.android.gm.exchange/com.android.exchange.service.EmailSyncAdapterService } U=0: not found
    11-11 14:19:36.771 5940 5940 I Exchange: EmailSyncAdapterService.onCreate stoppedOldService=false
    11-11 14:19:37.112 5940 9917 I Exchange: onPerformBundledSync email: Bundle[{__push_only__=true}]
    11-11 14:19:37.134 5940 9917 W DynamiteModule: Local module descriptor class for com.google.android.gms.googlecertificates not found.
    11-11 14:19:37.143 5940 9917 W System : ClassLoader referenced unknown path:
    11-11 14:19:37.243 5940 9917 I Exchange: Interrupt with reason 2
    11-11 14:19:37.257 5940 5968 I DefaultRequestDirector: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request: The target server failed to respond
    11-11 14:19:37.257 5940 5968 I DefaultRequestDirector: Retrying request
    11-11 14:19:37.280 5940 5968 W Exchange: error from executeHttpUriRequest
    11-11 14:19:37.280 5940 5968 W Exchange: java.io.IOException: Connection already shutdown
    11-11 14:19:37.280 5940 5968 W Exchange: at org.apache.http.impl.conn.DefaultClientConnection.opening(DefaultClientConnection.java:122)
    11-11 14:19:37.280 5940 5968 W Exchange: at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:146)
    11-11 14:19:37.280 5940 5968 W Exchange: at org.apache.http.impl.conn.AbstractPoolEntry.open(AbstractPoolEntry.java:169)
    11-11 14:19:37.280 5940 5968 W Exchange: at org.apache.http.impl.conn.AbstractPooledConnAdapter.open(AbstractPooledConnAdapter.java:124)
    11-11 14:19:37.280 5940 5968 W Exchange: at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:466)
    11-11 14:19:37.280 5940 5968 W Exchange: at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:560)
    11-11 14:19:37.280 5940 5968 W Exchange: at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:492)
    11-11 14:19:37.280 5940 5968 W Exchange: at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:470)
    11-11 14:19:37.280 5940 5968 W Exchange: at bxj.a(SourceFile:3090)
    11-11 14:19:37.280 5940 5968 W Exchange: at bvs.j(SourceFile:414)
    11-11 14:19:37.280 5940 5968 W Exchange: at bvs.p_(SourceFile:375)
    11-11 14:19:37.280 5940 5968 W Exchange: at bvy.p_(SourceFile:197)
    11-11 14:19:37.280 5940 5968 W Exchange: at byl.b(SourceFile:2140)
    11-11 14:19:37.280 5940 5968 W Exchange: at byl.doInBackground(SourceFile:30)
    11-11 14:19:37.280 5940 5968 W Exchange: at android.os.AsyncTask$2.call(AsyncTask.java:304)
    11-11 14:19:37.280 5940 5968 W Exchange: at java.util.concurrent.FutureTask.run(FutureTask.java:237)
    11-11 14:19:37.280 5940 5968 W Exchange: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1133)
    11-11 14:19:37.280 5940 5968 W Exchange: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607)
    11-11 14:19:37.280 5940 5968 W Exchange: at java.lang.Thread.run(Thread.java:761)
    11-11 14:19:37.285 5940 5968 W Exchange: Got result -2 from performOperationInternal
    11-11 14:19:37.365 5940 5968 W Conscrypt: Could not set socket write timeout: null
    11-11 14:19:37.602 5940 5968 W Conscrypt: Could not set socket write timeout: null
    11-11 14:19:37.629 565 565 W Atfwd_Sendcmd: AtCmdFwd service not published, waiting... retryCnt : 2
    11-11 14:19:47.632 565 565 I ServiceManager: Waiting for service AtCmdFwd...
    11-11 14:19:48.633 565 565 I ServiceManager: Waiting for service AtCmdFwd...
    11-11 14:19:49.635 565 565 I ServiceManager: Waiting for service AtCmdFwd...
    11-11 14:19:50.638 565 565 I ServiceManager: Waiting for service AtCmdFwd...
    11-11 14:19:51.640 565 565 I ServiceManager: Waiting for service AtCmdFwd...
    11-11 14:19:52.641 565 565 W Atfwd_Sendcmd: AtCmdFwd service not published, waiting... retryCnt : 3
    11-11 14:19:52.927 4646 6240 W ctxmgr : [ContextSpecificAclFactory]LocationConsent failed, ULR opt-in status is: false, account#-270356840#
    11-11 14:19:52.928 4646 6240 W ctxmgr : [AclManager]No 2 for (accnt=account#-270356840#, com.google.android.gms(10012):UserLocationProducer, vrsn=10084000, 0, 3pPkg = null , 3pMdlId = null). Was: 2 for 1, account#-270356840#
    11-11 14:19:52.949 4646 4935 I GCoreUlr: Successfully inserted 1 locations
    11-11 14:19:52.968 4646 6240 W ctxmgr : [ContextSpecificAclFactory]LocationConsent failed, ULR opt-in status is: false, account#-796876319#
    11-11 14:19:52.968 4646 6240 W ctxmgr : [AclManager]No 2 for (accnt=account#-796876319#, com.google.android.gms(10012):UserLocationProducer, vrsn=10084000, 0, 3pPkg = null , 3pMdlId = null). Was: 2 for 1, account#-796876319#
    11-11 14:19:52.978 4646 6240 W ctxmgr : [ContextSpecificAclFactory]LocationConsent failed, ULR opt-in status is: false, account#-678511217#
    11-11 14:19:52.978 4646 6240 W ctxmgr : [AclManager]No 2 for (accnt=account#-678511217#, com.google.android.gms(10012):UserLocationProducer, vrsn=10084000, 0, 3pPkg = null , 3pMdlId = null). Was: 2 for 1, account#-678511217#
    11-11 14:20:00.032 897 3497 I sensors : batch
    11-11 14:20:00.035 897 3497 I nanohub : queueBatch: sensor=10, handle=4, period=100000000, latency=0
    11-11 14:20:00.035 897 3497 I sensors : activate
    11-11 14:20:00.037 897 3497 I nanohub : queueActivate: sensor=10, handle=4, enable=1
    11-11 14:20:00.142 897 4151 I sensors : activate
    11-11 14:20:00.144 897 4151 I nanohub : queueActivate: sensor=10, handle=4, enable=0
     
  5. mat9054

    mat9054

    Joined:
    Nov 14, 2015
    Posts:
    42
    Alright, I was able to fix the issue by creating a new scene within my project. From the new scene I delete google vr and plugins folder and then re-importing GVR SDK have fix the problem.

    thank you