AaronBerney Posted September 19 Share Posted September 19 Since installing the 2.19 SDK I can't see my plugins in the Editor Plugin Manager, seemingly in any projects, 2.18 or 2.19. The plugin in my actual project, now upgraded to 2.19, no longer shows its plugin, and I've tried creating an empty project with a new plugin, both 2.18 and 2.19, or adding a plugin to an existing 2.18 project. I can build the projects fine, but the just won't show up in the plugin manager. Any ideas? Many thanks... Link to comment
arizmenda Posted September 20 Share Posted September 20 Hi, Aaron! So far, I can see this issue occur if the plugin version does not match the version of the upgraded project. Can you attach the editor_log.txt from bin folder? Will the behavior repeat if you use different plugins, from our add-on store, for instance? If so, can you describe in detail how to reproduce the problem on our side. Thanks! Link to comment
AaronBerney Posted September 22 Author Share Posted September 22 So a reboot appears to have fixed the issue for the fresh 2.18 & 2.19 projects, but I'm guessing the problem is that the plugin for my actual project is still 2.18. How do I go about upgrading it...? Link to comment
arizmenda Posted September 23 Share Posted September 23 There are three parameters by which plugins are checked: version, precision, and build type. If they are different from editor parameters, it won't load the plugin. You will have to rebuild your plugin with corresponiding binaries to keep working on 2.19.0.1 with it. You can also work on previous version of engine. Link to comment
Recommended Posts