You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Import Unity Standard Assets and SteamVR from the asset store
Edit the code to fix the error about missing bloom effects (no longer included in standard assets
Add HOVER_INPUT_VIVE to define symbols
Open an example scene
Add InputSceneLoader and edit string params ( Hover/InputModules/Vive/Scenes/ and HoverInputModule-Vive )
Tick auto-load in editor
Press play...
Now I'm not sure what's supposed to happen here but for every scene I try I get no errors in the console.I can see hover UI elements but they aren't attached to my controllers.
And none of the controller inputs do anything.
I had similar results starting my own scene and using the prefabs.
One suggestion - include a demo scene already set up for each input module just so new users can confirm everything works and get a feel for what the library does.
The text was updated successfully, but these errors were encountered:
Let's see if we can figure out what's going on. Let's start with...
Open an example scene
Which scene? For now, I'll assume something like like the "CastCubes.unity" example scene.
Add InputSceneLoader and edit string params
The example scenes already include this prefab... are you adding another one?
In the CastCubes scene, for example, the "InputSceneLoader (enable one)" prefab is the first object in the hierarchy. It has several child objects -- you'll want to enable the "Vive" child, and disable all other children (including the "None" child).
I can see hover UI elements but they aren't attached to my controllers.
If multiple input modules are open, Hover UI will pick just one of them to use for input. So, as a first step, please make sure that the "InputSceneLoader" has only one enabled child.
As a next step, please confirm that the HoverInputVive component is attached to the "[CameraRig]" object (and is enabled) in your "HoverInputModule-Vive" scene. This component is responsible for sending the Vive input data to the Hover UI cursors.
What I've tried:
Now I'm not sure what's supposed to happen here but for every scene I try I get no errors in the console.I can see hover UI elements but they aren't attached to my controllers.
And none of the controller inputs do anything.
I had similar results starting my own scene and using the prefabs.
One suggestion - include a demo scene already set up for each input module just so new users can confirm everything works and get a feel for what the library does.
The text was updated successfully, but these errors were encountered: