googlevr / gvr-unity-sdk

Google VR SDK for Unity
http://developers.google.com/vr/unity/
Other
2.71k stars 1.1k forks source link

GvrKeyBoard Daydream-NonVR mode Errors #1027

Closed Xardas0327 closed 4 years ago

Xardas0327 commented 5 years ago

SPECIFIC ISSUE ENCOUNTERED

  1. The Daydream Keyboard appear immediately in Daydream mode. But I think it should appear, when I click the text field only.

  2. If game start with Non-VR mode, the GvrKeyboardManager is active and you change the mode to Daydream. It will create an error, that's why game sill be stoped.

  3. If game is in VR Mode, but you go to non-vr mode and after that, you go back. The Daydream Keyboard will be broken. I can't explain, but I will enclose an apk.

  4. If I export my unity project into a package and I create a new project and import this package, The 3. error will disappear. I have no idea why. (I will enclose the package, that you can copy it).

HARDWARE/SOFTWARE VERSIONS

STEPS TO REPRODUCE THE ISSUE

  1. Check my project or the GoogleVR\Demos\Scenes\KeyboardDemo.

  2. Change the vr settings in my project.

  3. Check my apk or create a new project with unity, import the Google VR 1.200.0 and modify the keyboard demo, that it will be same like my unitypage.

  4. If you do the 3. step, export it, create a new project and import it.

Xardas0327 commented 4 years ago

This is not revelant now.