Unity3d generating a file in iOS and saving it on a linux machine
Posted
by
N0xus
on Game Development
See other posts from Game Development
or by N0xus
Published on 2012-12-20T09:51:20Z
Indexed on
2012/12/20
11:13 UTC
Read the original article
Hit count: 626
I've done a little research and don't know if the following is possible.
At the moment I have created a small application in Unity that generates an XML file. This file will be used to help set up my game. It's done in Unity due to it being cross platform with no need to re-write a single line of code. Eventually this will run on an iPad.
However, my game will be running on a linux computer and I need to pass over the XML file to the computer that will be running the final game (please don't ask why I'm doing that, it's something I need to do). So what I want to know is the following:
Can I generate my XML file on an iPad and have that XML file be saved, and transmitted to a linux machine, without the need to manually copy the file over. If so, how is this possible?
© Game Development or respective owner