Unity engine
Integration
Due to compatibility with SteamVR, you don't need any additional plugins for integration VR gloves to your project.
Instead, you just need to follow this guide
Quickstart with SteamVR - valvesoftware.github.io
Just follow official Steam VR guide with standard scene.
Advanced haptics and sample
One of the great feature of using VR gloves is advanced haptic capabilities.
With Senso extension you'll be able to assign haptic surface properties to the different objects.
Here is "how to"
-
Copy folder
C:\Senso_DK3\Unity_scripts\Assets\
into your project -
Add Senso_Haptics script to Left and Right hands
-
Add Senso_Haptic_Material to any object on the scene
These additional actions allow you to 'feel' VR objects whenever you touch them with specific vibration effects - one to touch and one for sliding / stroking along the surface.
That's it !
Unity sample project 2022.3.0f1
This Unity example with SteamVR plugin and haptic surfaces can be downloaded from our web site.