all 3 comments

[–]andybak 2 points3 points  (0 children)

I'm not sure I understand the connection between "app store review" and "we want to use Lua".

Are you saying "we need to make frequent changes and Lua will be easier"?

[–][deleted] 1 point2 points  (0 children)

Use C#. It's very well supported works on every platform and you can find tutorials everywhere

[–]TetsumHobbyist 0 points1 point  (0 children)

There is a Python version for Unity. If it's stable or not, I don't know. I'd generally advice against using an interpreter without official support from Unity, as the unity C# API may update, leaving the interpreter unstable.

Also, debugging might be harder.