steamvr_unity_plugin
steamvr_unity_plugin copied to clipboard
Initialize hideHighlight in Interactable.cs
Fixes issue where creating Interactables at runtime by using AddComponent<Valve.VR.InteractionSystem.Throwable>() on a GameObject would throw null reference exception due to hideHighlight not being initialized, preventing itself and its children from showing highlighting.
Thanks for the catch, and the PR. This will be in the next release.