Use 3rd party JS libraries (including JQuery), call Javascript functions, access object properties and methods. Implement game objects, and algorithms in Javasc...
two erros when add the plugin to a project in the last stable version/beta too
Uncaught TypeError: Cannot set property 'funzioniRegistrateInC3file' of undefined
at c3runtime.js:4998
and
Uncaught (in promise) TypeError: Type is not a constructor
at Function.New (c3runtime.js:353)
at PluginManager.CreateSystemPlugin (c3runtime.js:2441)
at C3Runtime._LoadDataJson (c3runtime.js:2861)
at C3Runtime.Init (c3runtime.js:2853)
at async RuntimeInterface._InitDOM (main.js:38)
at async RuntimeInterface._Init (main.js:28)
Also could you send me the minimum ptoject file that still reproduces the problem? I'll look into it
is funzioniRegistrateInC3file somethinf from your scripts that you're trying to use? I don't think there's anything loke this in my plugin. So it seems like the plugin is okay but there's aproblem in one of your scripts
Hi Valery!
I has using the plugin to load Bootstrap.js and sweetalert2.js
i switched to vanilla js load and my project compiles fine now.
Note: The error only shows on compiled project, on editor all work normaly
"i switched to vanilla js load" and what it was before?
Before i has using the plugin to load.........