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

Getting a value from a text file which is located on a server?

Discussion in 'Scripting' started by MSachs, Aug 20, 2019.

  1. MSachs

    MSachs

    Joined:
    Nov 22, 2017
    Posts:
    122
    Hi,

    I have no idea how to get that done and really am quite confused as to how I should approach getting data from a text file on a server.
    For starters I would want a value of 30 which is written in the text file and then get it via my unity app and display the number somewhere on screen.

    Any help would be much appreciated :)
     
  2. csofranz

    csofranz

    Joined:
    Apr 29, 2017
    Posts:
    1,556
    What Kind of Server? What protocol?

    Have you even tried to Google 'unity read file from server'?

    Here's the very first link you receive.