ValveSoftware / steamvr_unity_plugin

SteamVR Unity Plugin - Documentation at: https://valvesoftware.github.io/steamvr_unity_plugin/
BSD 3-Clause "New" or "Revised" License
1.03k stars 255 forks source link

Having trouble with input on beginner tutorial #884

Closed finerrecliner closed 3 years ago

finerrecliner commented 3 years ago

Hello, I am trying to complete a Unity XR tutorial for beginners: https://learn.unity.com/tutorial/explore-the-prototype-room

I am using a Valve Index. I have the project loaded in Unity 2020.1.17f1. I have SteamVR Unity Plugin v2.7.0b installed. And I have OpenVR XR Plugin 1.1.1 installed.

I can run the Assets/SteamVR/Interaction System/Samples/Interactions_Example scene and the Knuckle controllers respond as expected; I can teleport and interact with objects. Although most of the scene is just a flat pink color. I think a lot of the textures/models failed to load. But that is separate issue.

My main issues is that when I run Assets/VR Beginner/Scenes/Final/PrototypeScene (which is an included scene from the Unity tutorial), I get no input from the Knuckle controllers. I can move my head, and move my hands, but I can't teleport or interact with any objects.

I'm new to Unity. Does anyone know what I'm missing?

finerrecliner commented 3 years ago

Nevermind. It seems that this tutorial may no longer be compatible with the latest XR Interaction Toolkit: https://forum.unity.com/threads/new-vr-beginner-escape-room.834769/page-2#post-6541639

The problem where everything was pink was fixed by updating the materials: https://forum.unity.com/threads/materials-are-pink.587071/#post-5678968