Skip to content

Common Issues

Chiakoo edited this page Sep 21, 2022 · 8 revisions

When I import SteamVR, the VR controllers are rendered in pink/mangenta

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.

Image of the pink VR controller

Solution:

To fix this issue, simply locate the Model GameObjects of the controllers in the [CameraRig] hierarchy:

The Model GameObject in the hierarchy

Now add the shader Standard (instead of None) as shown below.

Adding the shader to the VR controller model

Save your changes and re-start the scene. The controller should render correctly now.

The correctly displayed VR controller