Editor loads parts that are not required

Loading the editor eats up alot of my development time. While investigating, I looked into the log.
It’s loading lots of plugins, even some not usable on my (MacOS) platform, eg

LogPluginManager: Loaded Plugin LinuxDeviceProfileSelector, From /Users/Shared/UnrealEngine/4.13/Engine/Plugins/Runtime/LinuxDeviceProfileSelector/LinuxDeviceProfileSelector.uplugin

Also:Any other help how to speed up the editor launch is max. appreciated.

Hi Rotwang,

I have a few questions to start troubleshooting this issue…

  1. What are your Mac’s Specifications? (Including graphics card)
  2. What OS are you running?
  3. Have you tried disabling the plugins in the editor then restarting?
  4. Does it take a long time to open an empty Blueprints only project on your Mac?
  5. When running a blank project as a stand alone game, what kind of Frame rates are you getting?

Please respond with this information and we will continue to investigate.

Thanks,

.

105483-imac4.png

  1. Sure, I can disable all plugins - the question was, why there are plugins (loading) which doesn’t belong to my platform.
  2. I don’t use blueprints
  3. No running problem, frame rates are fine. Just the startup loading problem of big software (think Adobe Photoshop)
    :slight_smile:

I requested that you uninstall the plugins to see if this makes enough of a difference at start up to warrant a feature request to have them removed. In your opinion, do you find this to be the case? (I do not see a noticeable difference on the Mac I am testing on.)

Is there a settings file where we could enable a set of plugins or could that omly be done inside the editor?

After a little more investigation, I’ve learned that the message in the log is misleading. The actual plugin is never compiled and loaded on the Mac. The only thing that’s loaded is the .uplugin file, which contains information about what platforms the plugin can be used on.

The plugin architecture is designed to be portable between platforms - you enable a plugin for your project, and individual modules in it support (or don’t support) different platforms. So you can enable iOS or PS4 plugins when you’re on a Mac, but it doesn’t mean that they are loaded on Mac automatically.

In short, it is unlikely that reading the short .uplugin files is actually slowing down editor startup.

-.

,
thank you for the info. Editor startup is 8-10 sec, hoped to shorten it. :slight_smile: