How to update your Unity project Input to SteamVR 2.0?
问题 I have some Unity Scenes that worked well with the previous version of the SteamVR plugin, since there is a new version of the plugin "SteamVR Unity Plugin 2.0" my code no longer works. https://steamcommunity.com/games/250820/announcements/detail/1696059027982397407 I deleted the "SteamVR" folder before importing the new one as the documentation say. But I get this errors: error CS0246: The type or namespace name `SteamVR_Controller' could not be found. Are you missing an assembly reference?