Skip to content
This repository has been archived by the owner on Nov 8, 2019. It is now read-only.

Latest commit

 

History

History
37 lines (27 loc) · 1022 Bytes

ISSUE_TEMPLATE.md

File metadata and controls

37 lines (27 loc) · 1022 Bytes

SPECIFIC ISSUE ENCOUNTERED

HARDWARE/SOFTWARE VERSIONS

  • 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:

STEPS TO REPRODUCE THE ISSUE

WORKAROUNDS (IF ANY)

ADDITIONAL COMMENTS