Quantcast
Channel: Questions in topic: "file io"
Browsing all 10 articles
Browse latest View live

Saving data files in iOS

Hi, I'm testing out iOS builds of my game, and the majority of my problems (so far!) seem to be to do with File IO. I've already fixed problems to do with accessing game files ([this thread][1] solved...

View Article



Reading a text file from an AssetBundle

I have been trying to set up a game, which creates procedurally generated meshes, using information from a set of given text files. I got this working in the Editor and Windows Standalone, using...

View Article

iOS Streaming Assets inaccessible

I'm trying to read a number of files within a folder structure under StreamingAssets. This works fine in the editor, and the files are copied to the Raw folder with my xcode project. However, when I...

View Article

How to access both internal AND external persistentdatapath on Android?

I've always had "preferexternal" in my AndroidManifest.xml, however I didn't have the permissions to write to external (so it was always saving to internal memory). I recently updated my app with a new...

View Article

How to read json file in android game?

Hi there, I have few set of data store in different json file in a folder.When my game run, it will select one of the json file and load the data into the game. I use streamReader and specific the file...

View Article


Saving data files in iOS

Hi, I'm testing out iOS builds of my game, and the majority of my problems (so far!) seem to be to do with File IO. I've already fixed problems to do with accessing game files ([this thread][1] solved...

View Article

Reading a text file from an AssetBundle

I have been trying to set up a game, which creates procedurally generated meshes, using information from a set of given text files. I got this working in the Editor and Windows Standalone, using...

View Article

iOS Streaming Assets inaccessible

I'm trying to read a number of files within a folder structure under StreamingAssets. This works fine in the editor, and the files are copied to the Raw folder with my xcode project. However, when I...

View Article


How to access both internal AND external persistentdatapath on Android?

I've always had "preferexternal" in my AndroidManifest.xml, however I didn't have the permissions to write to external (so it was always saving to internal memory). I recently updated my app with a new...

View Article


How to read json file in android game?

Hi there, I have few set of data store in different json file in a folder.When my game run, it will select one of the json file and load the data into the game. I use streamReader and specific the file...

View Article
Browsing all 10 articles
Browse latest View live


Latest Images