x


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 development. Does it have all the same features of the standalone game?? What about external files? like storing a large amount of data in external files like 'ini' in order to organize the game. Will all the files come with the .unity3d file? Will I be able to access my project files through my reading codes? and to write data? where is it kept?

more ▼

asked Jan 28 '10 at 03:33 AM

Ycromix gravatar image

Ycromix
12 1 1 2

(comments are locked)
10|3000 characters needed characters left

1 answer: sort voted first

In web players, you can save up to 1MB of data using PlayerPrefs. Other than that, you can't read/write local external files because of security reasons. There's a separate license available if you need to cache large amounts of downloaded content locally, but the price isn't publicly available (which probably means "if you have to ask, you can't afford it").

more ▼

answered Jan 28 '10 at 05:08 AM

Eric5h5 gravatar image

Eric5h5
81.5k 42 133 529

(comments are locked)
10|3000 characters needed characters left
Your answer
toggle preview:

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

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Topics:

x831
x241
x215
x60

asked: Jan 28 '10 at 03:33 AM

Seen: 3576 times

Last Updated: Jan 28 '10 at 03:33 AM