Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 12 Next capture
2021 2022 2023
1 capture
12 Jun 22 - 12 Jun 22
sparklines
Close Help
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
avatar image
0
Question by phouse2019 · Feb 11, 2019 at 08:58 PM · saveloadfilesremoteexternal files

Load Text File From Remote Source

I need to load a TextAsset from an external source. A Text file that resides on another computer within my LAN (Local Area Network) So that I can load the data from these text files from any machine simply by going to the source (local server) without having to make copies of the same files for all machines when any of them update. The files should be read and updated directly from the remote source, and used freely by Unity on any of the other machines connected to the same LAN.


In other words, I have a Desktop Tower functioning as a server with a directory in the C: drive called "UData". Inside of the "UData" folder, I have a file called "coRuleSet" Laptops A and B should be able to run the Unity Application and load the "coRuleSet" text file from the server's directory and make changes if necessary.


This is my issue. I cannot retrieve the file from the server. I am using UnityWebRequest to try to get the file, but to no avail. The path is set staticly from a script on the laptop applications.

 public static string path = "file://192.168.1.51/UData/coRuleSet.txt";

And I attempt to load it with this code.

         string url = ServerMaster.path;
 
         UnityWebRequest request = UnityWebRequest.Get(UnityWebRequest.EscapeURL(url));
 
         yield return request.SendWebRequest();

If I control click the url then it opens the file in notepad. But when I run the code from the application, I get a "Cannot connect to destination host" error.

So I decided to make the local laptop the server instead, just to try it out. It uses the same path but of course, a different IP, and the same error occurs. I have tried running Unity as Administrator in case it was a permission issue but it seems to be a network error which is strange since I had moved the files to the local machine for testing.

I just need to find a way to do this. I don't want to connect to a HTTP server over the internet, I want everything to be done within my LAN. It seems like I should be able to do it, but I cannot figure out how. Please let me know what you think. If I need to scratch this whole approach and try a different way, I will. I just need something that works. I only need to load Text files from a local server.

Comment
Add comment
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

0 Replies

· Add your reply
  • Sort: 

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this Question

Answers Answers and Comments

102 People are following this question.

avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

Where to save.xmls to be reponed later in compiled game. 1 Answer

Write a binary file (save game data) 0 Answers

How to script a Save/Load option on IPhone? 1 Answer

Saving Game Problem 1 Answer

PlayerPrefsX - Not Saving? 1 Answer


Enterprise
Social Q&A

Social
Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

Footer

  • Purchase
    • Products
    • Subscription
    • Asset Store
    • Unity Gear
    • Resellers
  • Education
    • Students
    • Educators
    • Certification
    • Learn
    • Center of Excellence
  • Download
    • Unity
    • Beta Program
  • Unity Labs
    • Labs
    • Publications
  • Resources
    • Learn platform
    • Community
    • Documentation
    • Unity QA
    • FAQ
    • Services Status
    • Connect
  • About Unity
    • About Us
    • Blog
    • Events
    • Careers
    • Contact
    • Press
    • Partners
    • Affiliates
    • Security
Copyright © 2020 Unity Technologies
  • Legal
  • Privacy Policy
  • Cookies
  • Do Not Sell My Personal Information
  • Cookies Settings
"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges