yasirkula / UnityIonicIntegration

A guide to integrating Unity 3D content into an Ionic app and sending messages between them (for Android & iOS)(tested with Vuforia plugin)
104 stars 32 forks source link

Just tested with a new project. Working with Ionic 3.9.2 . Only a minor fix needed #8

Closed Miojo closed 7 years ago

Miojo commented 7 years ago

Thank you for this project. Your are a life saver. I followed the documentation for android and worked great on Ionic 3.9.2 (still need to test with IoS). The only thinkg missing is that the plugin won't add without a "package.json" in the plugin folder. I followed https://stackoverflow.com/a/44455103 to generate a simple package.json and it worked. Also there are some minor changes in the calls of ionic, instead of "ionic platform add" it is now "ionic cordova platform add".

yasirkula commented 7 years ago

That's great news, thanks for the info! Could you share your package.json here for reference?

Miojo commented 7 years ago

here... just remove the txt in the end package.json.txt