How to make a dropdown list like the one in the Project window

I’m currently trying to make a dropdown list similar to the one you’ll find in the project window. I’ve found a “Unity Manual” page for such a thing but it doesn’t go into how to actually make it. Here is the page: Redirect to... title of new-page

If you could help me out with this it would be greatly appreciated!

You should look into the basics of the Unity UI, because that is where you will find the Dropdown component. For the most part, you will not have to add a Dropdown component to an empty gameObject.

The fastest way to get your dropdown is to right-click in your hierarchy > UI > Dropdown.

If you’re wanting a dropdown in your inspector, you’ll have to look into a custom inspector.