So i have figured out a bit about how extensions work (android/ios), but i don't know how to build an .mfx file.
I have tried two different EDIF dummy objects, and filled out the .json file, but one crashes after putting in a condition and the other says .json not found when fusion starts.
edit: i found LB's EDIF, i think i am getting somewhere
I really only want to make a dummy .mfx file with the conditions/actions/expressions..
Then i would only need to add the ios .ext and android .zip files.
on that end i managed to make an ios .ext file a while ago, but i don't know how to build the android .zip file correctly yet. I am guessing dropping my CRunext.java in the .zip could work, but is it also possible to add lines of code to the android manifest and MMFRuntime file? how about on ios? can i add frameworks?