Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

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

Discussion in 'AR/VR (XR) Discussion' started by Airmouse, Nov 6, 2019.

  1. Airmouse

    Airmouse

    Joined:
    Jan 12, 2019
    Posts:
    107
    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.
     
    Last edited: Nov 7, 2019
    enhawk likes this.
  2. enhawk

    enhawk

    Joined:
    Aug 22, 2013
    Posts:
    833
    change SteamVR.cs line 358 from 8998 to 27062
     
    Last edited: Nov 26, 2019
  3. DRBaker

    DRBaker

    Joined:
    Oct 2, 2019
    Posts:
    1
    This is BS.
     
    enhawk and Kinami37 like this.
  4. josetteseitz

    josetteseitz

    Joined:
    Jun 25, 2018
    Posts:
    2
    This works! I agree total BS.