Search Unity

WWW class Windows Store

Discussion in 'Windows' started by Cuicui_Studios, Sep 26, 2017.

  1. Cuicui_Studios

    Cuicui_Studios

    Joined:
    May 3, 2014
    Posts:
    72
    Hi!
    I posted it on Unity answers, but I haven't got any luck, hope here someone can help me :D.

    I'm trying to port our iOS / Android app to Windows universal but I'm having troubles with the WWW class I use it with no problem on iOS and Android to connect with the server for user data and getting asset bundles.

    But for no reason when I build for windows universal all www connection returns host error but the url works if I try it on web browser. I also tried the Unity Networking on some calls but text returns null on build not on editor.

    Does any one have this problems? I'm on 5.6

    Thanks!
     
  2. Tautvydas-Zilys

    Tautvydas-Zilys

    Unity Technologies

    Joined:
    Jul 25, 2013
    Posts:
    10,680
    Did you forget to enable internet capabilities in the manifest/player settings?
     
  3. Cuicui_Studios

    Cuicui_Studios

    Joined:
    May 3, 2014
    Posts:
    72
    Thanks so much! I didn't read nothing about the Windows manifest, this resolved all my problems.

    Thanks!!