Hi,
There is now a free plugin available for Coronium Ace available through the Corona Marketplace.
For beta testers:
Please activate the newly available plugin and make the proper changes to your projects to use the plugin. This allows for easier updates to the client-side functionality as the beta progresses.
-
Remove/Trash any acelib directories in your project tree.
-
Activate the plugin here.
-
Update your build.settings file plugins section:
plugins = { [“plugin.ace”] = { publisherId = “com.develephant” }, … },
-
Update your require statement to:
local ace = require(“plugin.ace”)
For full details see the documentation:
https://develephant.github.io/coronium-ace-docs/client/installation/corona/
https://develephant.github.io/coronium-ace-docs/client/guide/usage/
Thanks for beta testing!
If you’d like to help beta test Coronium Ace , click here.
-dev