How unity works with native Mobile applications?

Hi,
I am working on a native mobile application.I have one functionality in my app deals with a lot of animations.Its a dynamic character movement according to inputs.In my thoughts, unity might be better option to do this.but none of the other features in my app needs unity .those are easy to do with native functionalities of iOS and Android and hard to do with unity.Can anyone suggest how can I implement unity in my app just for one functionality? do unity has some plugin that works with native applications.
Any help will be appreciated!

Thanks,
Anu

Same question. Trying to get react to talk to AWS to call Unity .

Android JNI basically.

Otherwise you build an aar / jar plugin with it. (Or framework with IOS)
There’s plenty of different plugins to do native stuff. You might find even some free ones on the asset store that do basic stuff. It all depends on what you want.

But if you’re experienced as android / ios dev, you might want to look into making.

Not sure about react / AWS. Look into what they’re made on. Whether its js or c++ or java, you can always find a way to communicate that via native calls.

2 Likes

Ty!