I unchecked All the plugins in the Editor and every asset disappeared even the plugins tab
how do i revert this?
when opening the project files the DATA is still there but does not show in editor.
Sometimes plugins and assets are connected. You will have to enable plugins again in order for assets to show up. Re-enable plugins: If the plugins are still missing, go to the Edit > Plugins menu in the Unreal Engine Editor and re-enable the plugins that you need for your project.
the plugins tab is gone too
From this post: Plugins editor missing? - #4 by Nicat
BrUnO_XaVIeR Engine Contributor
Open your .uproject file with a text editor, there will be a list of all plugins you’ve disabled including the plugin editor one set to load = false…
Set it to = true again and the ‘Plugins…’ menu plus its panel will be visible again next time you open UEditor.
That worked! Thank you.
1 Like