ViveSoftware / ViveInputUtility-Unity

A toolkit that helps developing/prototyping VR apps.
http://u3d.as/uF7
Other
353 stars 82 forks source link

HTC Vive Focus - No logs #55

Open Artemu25 opened 5 years ago

Artemu25 commented 5 years ago

Hello! Trying to build .apk on HTC Vive Focus and everything is fine except the fact that it doesn't print logs from Debug.Log() function.

chengnay commented 5 years ago

By default, VIVE Focus disabled the debug log, please try following command to enable it. adb shell setprop log.tag.Unity DEBUG

hsinpa commented 5 years ago

Open up WaveVR_Log.cs, and make its class public. After that just call WaveVR_Log.Log.d({tag}, {message}) to replace Debug.Log