Hi guys, I have been commuting by ferry recently and I would love to be able to get some work done on my godot projects with my Ipad. I know that the editor does not run on my apple device, but surely someone must have some way to get some work done? An Ipad, after all, can access all my game files stored on my Microsoft OneDrive. With that being the case I assume there must be some app that can open my .gd files and allow me to edit them right? Or would that not work correctly outside the editor?
There’s also opening up and editing .png files that would be nice to do on an iPad.
Anyway, has anyone gotten anything done on an iPad and if so how and what?

    fire7side Compiling that project with an apple dev account seems like overkill. I'd be happy just to be able to inspect my .gd scripts and clean up/format code. Would be extra nice if those changes could be saved with git and not just OneDrive but either way. I guess most people haven't tried.

      Erich_L But the .gd scripts are just text files, aren't they? Wouldn't any old text editor do for that? What specifically are you looking for? Syntax highlighting? Have you tried any of the usual candidates for iOS? Textastic, Koder or Runestone? They won't support the GDScript specific types and keywords, but maybe if you choose syntax highlighting for Python that is close enough? Or maybe those editors let you define your own syntax highlighting? (I'm not an Apple user, so I don't use them myself.)