Search Unity

UnityWebRequest Problem

Discussion in 'Windows' started by Johnbaljian, Feb 11, 2020.

  1. Johnbaljian

    Johnbaljian

    Joined:
    Jun 23, 2016
    Posts:
    42
    i have a project that implements UnityWebRequest to connect to my server, it works fine on Windows Desktop and WebGL and even on Android build, but it doesn't work on Windows Universal App platform and generates error message:
    Curl Error : could not resolve host

    any suggestions about how to solve the problem ?
     
  2. Tautvydas-Zilys

    Tautvydas-Zilys

    Unity Technologies

    Joined:
    Jul 25, 2013
    Posts:
    10,674
    Did you enable internet capabilities in the application manifest?
     
    Johnbaljian likes this.
  3. Johnbaljian

    Johnbaljian

    Joined:
    Jun 23, 2016
    Posts:
    42
    Now it worked PERFECTLY, thanks very much