ValveSoftware / steamvr_unreal_plugin

SteamVR Input Unreal Plugin - Documentation at: https://github.com/ValveSoftware/steamvr_unreal_plugin/wiki Sample project (UE4.15-4.23): https://github.com/ValveSoftware/steamvr_unreal_plugin/wiki/sample/SteamVRInputPlugin.zip Sample Project (UE.424+): https://github.com/ValveSoftware/steamvr_unreal_plugin/wiki/sample/SteamVRInputPlugin_UEIntegrated.7z

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No tracking in Development build

1runeberg opened this issue · comments

Hi @1runeberg -

I removed the haptic feedback, and the game no longer crashes.
But the strange is that I can't track the position of my hand(No tracking), but I can use the Valve index button (I use Left Thumbstick) to move my character(is work).

Also, everything is fine in Debug build.
Only Development and shipping build have this problem.

Here is Development build.
https://drive.google.com/file/d/14uBGLlxb-VpKPbadR5qKYiwR7BVhryaJ/view?usp=sharing

Originally posted by @wayne-wwwTW in #185 (comment)

Hi @wayne-wwwTW - Inputs look good and tracking appear to be working, at least from what I can see in the SteamVR side.

You should check in your project:

(1) Make sure the Pawn or Character you are spawning in your "Default Game Level" is the correct VR Pawn/Character. In your build, it is loading up this level: Level_02_VR_Error which is different from the first build you sent.
(2) Make sure the motion controllers' Motion Source is set to the correct Motion Source (Left/Right)
(3) Make sure that your hand meshes are attached to the Motion controller components
(4) Try disabling collisions in your hand meshes
(5) Try disabling other VR Platform Plugins (e.g. Oculus, WMR)
(6) Try disabling other third-party vr plugins (e.g. VR Expansion plugin)

Hi @wayne-wwwTW - how did you go with this?

ok take care, will keep this issue open then for ya.

Hi @wayne-wwwTW - hope everything's better there now - any updates on this?

Cheers,
Rune