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.