MiddleManGames
MiddleManGames
Sorry I thought this was the steamVR plugin one to be fair.
Thanks. I ended up using this. I take it it will work just as well. ``` void OnEnable() { InputDevices.deviceConnected += DeviceConnected; List devices = new List(); InputDevices.GetDevices(devices); foreach (var...
Yeah I'm having the same issue. Here's where I am with it. I'm trying to use the SteamVR render models to display the controllers in game. This works fine in...