Is it possible in Unity3D to port my Unity3D games in my ios app in such a way that it can interact with my app too simultaneoualy. I want my iOs app feed an input to Unity3D game , that is to be ported, and finally it provide me an output.
iOS and PC apps can communicate via network connections, if that is what you are asking.
My App is an iOS app ha two module. First module contains small games in which player earns money. Second one is an aquarium in which player can buy fishes , aqua plants etc.
i want to use unity aquarium as a module in my app and money earn by player will be input into it and when player get back to first module, unity aquarium must output me the remaining money.
will it be possible with iOS and unity