Search Unity

Uploading to Server (Please Help)

Discussion in 'Getting Started' started by NoDeviceFound23, Aug 22, 2017.

  1. NoDeviceFound23

    NoDeviceFound23

    Joined:
    Aug 22, 2017
    Posts:
    2
    It is possible in unity to upload a data to server?

    Example: Smartphone is updating his profile, and it will be save to server using wifi/bluetooth/wifi-hotspot..

    Please anyone help me.. I'm new here. :(
     

    Attached Files:

  2. JoeStrout

    JoeStrout

    Joined:
    Jan 14, 2011
    Posts:
    9,859
    Yes, it's absolutely possible. A common approach (which I myself use for high scores in Rocket Plume) is to use a UnityWebRequest to communicate with a web service on the server.
     
    NoDeviceFound23 likes this.
  3. Kiwasi

    Kiwasi

    Joined:
    Dec 5, 2013
    Posts:
    16,860
    There are a few prebuilt backend services out there, that may save you some significant work. A lot of these have integrations with Unity.
     
    JoeStrout and NoDeviceFound23 like this.
  4. NoDeviceFound23

    NoDeviceFound23

    Joined:
    Aug 22, 2017
    Posts:
    2
    Thanks for your time! :)