Modifying generated code manually

Hi all,

I am new here, just wanted to ask a question before deciding whether to use Corona or not…

For example, if I code a game in Lua using Corona, then generate iOS / Android native code from that, is it possible to manually modify the generated source code to kind of “extend” Corona myself, in the case I need a specific native feature that is not supported in the Corona SDK?

If this is the case, I would feel more comfortable “locking” myself into Corona SDK as then I wouldn’t be so dependent on Corona development roadmap on features. [import]uid: 8118 topic_id: 1639 reply_id: 301639[/import]

That is not possible. There is no native code you can modify. When you build through Corona, you will get the compiled application file, that’s all. No XCode project, no Android SDK folder structure. You have to live with what the SDK provides you. [import]uid: 5712 topic_id: 1639 reply_id: 4733[/import]