-
Notifications
You must be signed in to change notification settings - Fork 4
Common Issues
Chiakoo edited this page Sep 21, 2022
·
8 revisions
Problem:
When importing the SteamVR Unity package into this repository's Unity project, or into your own Unity project that uses HaRT, it might happen that the VR controllers are rendered in pink/mangenta.
Solution:
To fix this issue, simply locate the Model
GameObjects of the controllers in the [CameraRig]
hierarchy:
Now add the shader Standard
(instead of None
) as shown below.
Save your changes and re-start the scene. The controller should render correctly now.