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

uNet, MatchMaking, and the WebPlayer

Discussion in 'UNet' started by TrentSterling, Jun 10, 2015.

  1. TrentSterling

    TrentSterling

    Joined:
    Jan 4, 2013
    Posts:
    99
    Webplayer is complaining about a missing crossdomain.xml file on my webserver that exists - and has existed for previous games that have needed it, so I am sure the file is valid.

    Direct IP connections work, but matchmaking throws the error. Here's some spooky output for someone smarter than me:

    http://pastebin.com/raw.php?i=tD5c7G7L

    Everything is pretty much default. It's a clean project and I'm following the old-ish tutorial on youtube. Everything works except this, and matchmaking works great in standalone!

    EDIT: Looking closer at the error, it looks like a malformed URL in some of Unity's matchmaking code? Or did I screw something up somewhere? Does Unity need their own crossdomain.xml file?
     
    Last edited: Jun 10, 2015
    Ikoslav and kiwiMark like this.
  2. BmDeveloperz

    BmDeveloperz

    Joined:
    Jul 1, 2013
    Posts:
    62
    Did you find the solution ? I have the same problem too.
     
  3. TrentSterling

    TrentSterling

    Joined:
    Jan 4, 2013
    Posts:
    99
    Sure havent. I submitted a bug report via the form in Unity, but no response other than the automated email.