Jump to content

tired

Verified Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by tired

  1. 7 minutes ago, zzy said:

    Hi @tired

    Please select the OnStateChanged method in dynamic int (red box), not the one in static parameters (black box). The dynamic version will send actual state to Grab script, while static one will always send fixed state (in your case 0) to Grab script.

    event.png.7af030441b9ce68385b22188ac1819a3.png

    Thanks for the fast reply! Is there a good way to add colliders to fingertips?

  2. I tried to use handtracking in my own scene but the Grab class seems failed to get updated state code.

    I have notice in sample scene the event doesn't have a parameter on Unity Editor GUI. But in my own scene there is always one. Is this causing the issue by overriding the state code from GestureProvider?

    I use the player prefab provided by SteamVR, and I put GestureProvider under it's VRCamera. The camera tracking works fine.

    SampleScene.png

    MyScene.png

×
×
  • Create New...