ViveSoftware / ViveInputUtility-Unity

A toolkit that helps developing/prototyping VR apps.
http://u3d.as/uF7
Other
352 stars 82 forks source link

Render Model Hook - models for Quest controllers, and index controllers can't be forced #158

Closed wirelessdreamer closed 4 years ago

wirelessdreamer commented 4 years ago

if override model is set to Quest or Index, no model shows up.

Unity 2019.2.7f2 VIU 1.10.6.0

chengnay commented 4 years ago

@wirelessdreamer Could you double check again for Quest model? Index controller is missing because there is missing prefab in the controller model folder (Assets\HTC.UnityPlugin\ViveInputUtility\Resources\Models). But, Quest model should work fine.

wirelessdreamer commented 4 years ago

yes, the model is there.

image

image

image

chengnay commented 4 years ago

@wirelessdreamer You are missing another model, VIUModelOculusQuestOrRiftSControllerLeft.prefab or VIUModelOculusQuestOrRiftSControllerRight.prefab. Please update from GitHub and try again. Thanks!

wirelessdreamer commented 4 years ago

Thanks, that solved it.