Maybe there is is a circular dependency problem: the bundled ScriptEditorPlugin depends on the bundled ScriptPlugin, if I disable the bundled ScriptPlugin (that doesn’t use Lua) to use my own “MyLuaScriptPlugin” (game plugin, compiled with Lua) the dependencies break and the editor complains. Or maybe I’m not properly compiling MyLuaScriptPlugin…