Hi,
if I pull the “BlankPlugin” into my project and open the project everything is fine. As soon as I delete the “Binaries” and “Intermediate” directories inside the Plugin, the following message appears:
Missing Plugin
This project requires the ‘BlankPlugin’ plugin, which is not compatible with the current engine version.
Would you like to disable it? You will no longer be able to open any assets created using it.
The background is, that we’re distributing a Plugin in source form via bitbucket without precompiled binaries. The Plugin is compatible with 4.15, 4.16 and 4.17. This message is confusing customers - and it’s pretty easy to push the wrong button here.
The message above started to appear with UE 4.17. This Question suggests to remove the plugin from the “Plugins” list of the .uproject file. But what’s the point of having a plugin that is not enabled for the project?
It would be great if someone could explain why UE thinks the plugin is not compatible. Currently I believe this is a bug in UE 4.17.
Thanks!
Edit: ulimately, we’d like to have “EnabledByDefault”:true in the .uplugin file as it is less work to integrate the plugin. but this leads to the same problem.