Bort
June 14, 2013, 1:00am
1
Hi,
I have a folder structure like this on a server:
Folder - xml file
-Folder
–Folder
—Folder - Webplayer files
I have an XML file in the top folder that I want to pull into Unity.
In my script within unity I am using the following code to access the XML: var www = new WWW (“…/…/…/checklist.xml”);
However, it isn’t working.
Can anyone help me out?
Did you load xml successful with full path?
If not, please check the permission
Bort
June 14, 2013, 4:13am
3
Could you elaborate on the permissions?
like it already public to access through www or not
Did you success to load with full http path?
Bort
June 14, 2013, 4:33am
5
I am uploading it to SCORM Cloud, so I can’t work out the URL beforehand to try the full path.
I can make it work locally with a complete path, however.
I think you can use WAMP or XAMPP to test on local