Hi everyone,
I have a problem that I can't solve, and it's driving me crazy ...
I made an addon (of type plugin) for construct 2 and I wrote an example project that uses it ... so far everything is ok, the plugin and the application work correctly.
I then created the same addon for construct 3 ... but if I try to open the example project of the construct 2 version (so the capx), construct 3 tells me:
"Failed to open project. Check it is a valid Construct 2 single-file (.capx) project."
while in developer console the message I get is the following:
main.js: 178 [Project] Exception opening: Error: wrong plugin type
at n.ǃQkG (main.js: 82)
at Function.ǃkst (main.js: 82)
at Object.ǃQNj (main.js: 82)
at n (main.js: 2)
at t (main.js: 2)
my plugin is global without user interface (like array practically) ...
what can i check to fix it?
thanks to anyone who can help me