Sea Of Thieves Like Main Menu?

I want to make my Main Menu look like the one in Sea of Thieves with the card-like images. Does anyone know how to do that? Any help would be greatly appreciated(References Below).

These are just images, they’re made the image to look like a card.

As commented above, there’s nothing truly special about this menu.

Each “card” is a separate widget. Overlay/Canvas + Vertical Box for the text blocks, and a 9-slice (maybe even without) border for the highlight.

The whole thing seems to be sitting in a Widget Switcher - the tabbed layout.

The layout in the last reference can be done with a grid panel where you decide how many rows / columns a “card” would occupy. But it can be laid out manually in a canvas if there’s just 3 of them for the sake of simplicity.

The darkened edges are, most likely, incorporated into the image itself; but this effect can be achieved in the material that sits on top - in case this needs to be animated / dynamic.

Sea of Thieves uses an external plugin, made by Coherent Labs https://coherent-labs.com/

This allows them to re-use their Web Developers to also create their in-game menu’s / UI using CSS, and have a unified look and feel across web and game.

It’s probably possible to recreate this style otherwise however.