Is it possible to access folders and files from a persons computer in a game? For example, can i allow players to reference images in their documents to the game for custon skins etc? If so, how would that be approached?
A Unity standalone can access the file system of the machine where it is running using regular .Net classes. A web player cannot access the client machine.