- Home /
Question by
Xanatos_88 · Nov 04, 2018 at 04:44 PM ·
webgljsonwebrequeststreamingassets
How do I get into my StreamingAssets folder for the Web?
I'm working on a project where I need to access the StreamingAssets folder on a Webgl build. I've done it for mobile and PC. When it comes to web builds, I'm still learning the differences. I know that I need to perform a webrequest but I don't know how to find the url.
Objectives:
- Understanding the proper way to FIND the url path for the StreamingAssets
- An explanation on the similarities and differences between web and mobile for saving and loading JSON files from the StreamingAssets folder
I have seen other questions on here but none that answered concisely about web which helped to understand the proper steps.
Comment
this question is outside of unity. this totally depends on your server and the protocol it uses and how you set up your server. unity and c# give you all the tools you need to talk to any server but we cant really answer this question for you without knowing.
Your answer
Follow this Question
Related Questions
Loaclization in WebGL? 1 Answer
How do I retrieve a binary file with UnityWebRequest? 1 Answer
How to get UnityWebRequest to work for downloading JSON 1 Answer
WebGL Uncaught RangeError 2 Answers