ViveInputUtility-Unity
ViveInputUtility-Unity copied to clipboard
HTC Vive Focus - No logs
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.
By default, VIVE Focus disabled the debug log, please try following command to enable it. adb shell setprop log.tag.Unity DEBUG
Open up WaveVR_Log.cs, and make its class public. After that just call WaveVR_Log.Log.d({tag}, {message}) to replace Debug.Log