1
vote
2answers
65 views
File IO on a server file from the web-player
I understand that it is not possible to open/write files on the user's local system from within the Unity3D webplayer. However, is it possible to open/write a file on the server wh …
1
vote
3answers
193 views
Read and Write to text file Online
Hi
I have created a text file to store a few numbers. I just want to be able to read these numbers from the program at runtime. Also want to write to it at runtime.
Any ideas?
T …
1
vote
1answer
48 views
Is there a FileChooser available for GUI?
One of my projects needs a fileChooser (browse fileSystem and select file). I guess I could implement one by myself, but lazy as I am I thought I could save some time. Has anyone d …
0
votes
2answers
161 views
How can I import an external text file at player runtime using Javascript?
How can I import a configuration text file into a stand-alone Unity player at runtime so I can change the configuration without recompiling?
1
vote
2answers
60 views
User choose audio from HardDisk/Cd
How to give the user the ability to choose the audio file(wav,mp3,ogg, etc) from his/her harddisk or CD and play it in a unity game?
Note: I mean unity game does not contain that a …
1
vote
1answer
86 views
Does Unity have an equivalent to browser cookies or Flash sharedObjects to save data?
Can Unity webplayers save data to the user's local PC, in the same way that Flash SWFs can save data using the actionscript "sharedObject" class, and that browser-based javascript …
4
votes
2answers
1k views
How to scrip a Save/Load game option
I would like to be able to save and load a players progress to a players hard disk. Im new to scripting so i was wondering if anyone could share some code or a tutorial that goes a …
0
votes
1answer
187 views
Simple Native App WWW Asset Caching System
Has anyone developed a cross-os system to cache AssetBundles loaded via the WWW object?
All it needs to do it save downloaded assets somewhere in the user's library folder, check …
1
vote
1answer
100 views
Game External Files on the Unity Web Player?
I've studied unity3D in order to create standalone based games. But now I'm willing to create web player based games. Well, I don't know the Unity3D limitations on the web based de …
1
vote
2answers
168 views
Is there a method for getting application saved data off the iPhone?
Suppose that my iPhone game saves a file to the application's sandbox directory, say under ./Documents. I want to evaluate this file on my development Mac.
If I was using Unit …
2
votes
2answers
185 views
How do I let the user select a local file for my application to use?
I can utilize a jpeg from a source file on drive using wwwtexture, but how do I allow
Unity to allow user to browse for a file on their hard drive. Just like they would from
a typi …
0
votes
1answer
177 views
Saving File in new directory - Unauthorized Access Exception
I am trying to save a text file to a newly created directory.
I get the following error:
UnauthorizedAccessException: Access to the path 'C:\Data\FS031109' is denied.
System. …