I am new to Unreal Engine and I am on Linux.
I wanted to try the Development Game to debug my project on rider, but after that i got this error
LogPluginManager: Error: Unable to load plugin ‘StateTree’. It was requested by Enabled plugins in .uproject for , but is missing on disk. Aborting. Looked in these locations for .uplugin files:
PluginsDir: /run/media/blaze/Game/UnrealEngine/UnreaEngine5.7.2/Engine/Plugins
PluginsDir: /run/media/blaze/Game/UQAC/Perforce/Real/ProjetDevLinux/TheKnell/Mods/
The project don’t have any plugin activate, just the default ones and this problem occur with the precompiled or the source engine. I tried disabling the plugins but after that it’s another one that cause the problem.
I don’t want to package the game everytime i want to do this.
Rider already put me the Development Game/Editor accessible so i want to you this.
Does anyone know what can be the problem ?