Application.dataPath

Hi,

I am using Application.dataPath variables for reading a text file which points to Asset folder while running in the editor.
While hosting the game in DROPBOX, Application.dataPath remains NULL. I need a way to find the path in dropbox where .html and .3d files are hosted. Any help will be appreciated.

Sagar

have the user specify the file location?

If you’re trying to download resources through an internet connection, you’re going to want to use the WWW class. You can’t access local files with a WebPlayer build.

1 Like