- Unity:
- Google VR SDK for Unity:
- Device manufacturer, model, and O/S:
- Device fingerprint:
Use
adb shell getprop ro.build.fingerprint
- Device display metrics:
Output of
adb shell dumpsys display | grep mBaseDisplayInfo
- Google VR Services:
On Windows, use:
adb shell pm dump com.google.vr.vrcore | findstr /i "packages: versionName"
On macOS, use:adb shell pm dump com.google.vr.vrcore | egrep -i versionName\|packages:
- Viewer manufacturer & model:
- Link to Unity project that reproduces the issue:
This repository has been archived by the owner on Nov 8, 2019. It is now read-only.