Tagged Questions
2
votes
2answers
202 views
In Unity, can I load a local (/Resources folder) website to safari on an ipad
In Unity, can I load a local (/Resources folder) website to safari on an ipad?
This works fine on a Mac, opening up a wepage from my Resources folder.
string path = ...
0
votes
1answer
226 views
How to load a text file from a server into iPhone game with AS3 in Adobe AIR?
Im creating an iPhone game with Adobe AIR, and I want to be able to load a simple text msg into an dynamic text box on the games front screen from my server (and then be able to update that text file ...