SteamVR (1.8) bindings menu port was changed from 8998 to 27062..?

In steam’s latest update they have changed the port number to access the web bindings menu. When I press “Open bindings UI” Unity uses the old port and now opens a 404 not found page in browser.

If I change the port manually or visit: http://localhost:27062/dashboard/controllerbinding.html then I can reach the web UI fine.

But how to configure Unity to use the new port?
Is it possible to achieve without needing to update the entire SteamVR SDK?

Thanks.

1 Like

change SteamVR.cs line 358 from 8998 to 27062

4 Likes

This is BS.

2 Likes

This works! I agree total BS.