How to get assets from Fab into my project on Linux.

I have seen this post which suggests that there is a Fab plugin in Unreal Engine 5.6. I am using unreal engine 5.6 and when I open the plugins list, there is no Fab plugin.

I am working on Linux and not using the Epic Games Launcher. I don’t want to.

I prefer working with raw code, my project builds using CMake, and I almost never start the Editor. It would be great if there was a command line option to download the package from my library in Fab, open it, and extract just the assets I want, rather than 200+ assets from a pack. Or even do the download in my web browser or something.

At worst, I am happy to click some menu options in Unreal Editor and then close it, and use basic file system access to cherry pick the assets I want.

However, currently it seems that there is absolutely NO way to get assets from Fab onto my PC.

Internet search found the initial Fab website which was very enthusiastic about how wonderful it was, while offering zero help on how to use it. I found the asset search page more by accident than on purpose. Yet another useless website.

I found this link.

The “Window” menu has a “Get Content” section under the “Log” section. There is a screenshot. In my Unreal Editor, the “Get Content” section is completely missing.

The Edit→Plugins menu option opens a window where you can search for the Fab plugin. There is a screenshot. In my Unreal Editor, there is no plugin named Fab.

That article is in the Unreal Editor 5.7 documentation. I have Unreal Editor 5.6. Is it really so different? I don’t think so.

I think that there is something that all these articles and forum posts are failing to mention: Fab is only available for Windows. I will have to dig out my Windows laptop and check this. But seriously, WTF? What is the point of having a cross platform graphics engine with a cross platform editor and cross platform build tools, and then make asset import restricted to Windows!!

This link pointed me here where I can download the Fab plugin for Linux. The documentation referenced in my previous post says it is automatically installed, but it is not.

Unzip the file in the top level Unreal Editor directory. The contents are automatically put in Engine/Plugins/Fab.

The plugin doesn’t work. When I open the window from the “Window” menu I just get an “in progress” indicator. For ages. I closed the window and then clicked the “Fab” button next to the “Save All” button in the panel at the bottom. The Fab window opened again, and this time I had the error “Failed to load URL https://www.fab.com/plugin/ue5 with error ERR_NAME_NOT_RESOLVED (-105)”.

When I put that URL into my web browser I get what looks like a 404 page.

When I put that URL into wget I get a 403 error.

This sucks.