Plugin & marketplace question

If I use corona natice can I use marketplace plugins with it and how do I add them to my project? I read that native plugins need to be installed separately but simulator just loads them so I don’t fully understand them.

Yes you can is the short answer.

The long answer is:

  1. In iOS you run “build” the “download plugin” scripts by using the pull down menus at the top.

  2. On Android there is a script that you run that sets up all the plugins (should be in the project folder).

  3. Some of the plugins have additional information in their documentation on how to set the particular plugin up for native builds (Corona is better than most at providing this but many of the non corona plugin providers usually don’t bother (I am one that has not had the time to provide this information).

Thanks