I have an native app written in Java for Android and Swift for iOS.
Can I add the cocos core library and load cocos creator games, make it able to play inside my app?
I tried modifying the built android project from cocos creator, adding new activity and logics to open the Cocos game activity. It work at the first time.
The second time the app crashes.
Hey,
Try adding a web view to your native app. Once done you can develop the Html-5 games in Cocos Creator and just add those files into the web view to make multiple games run inside your native app.
You can try Cocos-2D-JS for testing purpose.
Thanks, but It’s not my case.
I want mini games to play natively in my app.
Also the games should be Asset Bundles.
Do you have any solutions?
Oh sorry, I don’t have much idea about this. Maybe someone else can help you out.