Missing plugins on new UE5 sample projects

I’ve recently downloaded the new 5.0.0 release of the Unreal Engine, and also have downloaded the following Sample projects. Each of them give me a Yes/No dialog which mentions that some plugins has missed. I’ve searched around, but not succeeded on finding any thing to install.

ContentExamples
This project requires the 'CommonUI' plugin, which could not be found. Would you like to disable it and continue?

LyraStarterGame
This project requires the 'ShooterCore' plugin, which has a missing dependency on the 'CommonUI' plugin.

CitySample

This project requires the 'Traffic' plugin, which has a missing dependency on the 'ZoneGraph' plugin.

If you do, you will no longer be able to open any assets created with it. If not, the application will close.
1 Like

anyone know solution for that ?

CommonUI plugin should be included with UE5. you can check if it’s there by going to your UE5 installation folder /Engine/Plugins/Experimental/CommonUI. If it’s not there, you might wanna verify the engine file from the launcher.

As for CitySample, I haven’t tried it myself but saw on twitter that you need the source build of UE5 from GitHub to get those plugins. Don’t know why it’s like that but that’s what I heard.

1 Like

@Extrone Thank you. Verifying from the launcher solved all. Even it has fixed the CitySample project and it’s running normally. Note that I haven’t compiled the code from the Github and just downloaded from the launcher.

1 Like