Stop digging through nested Assets › Create menus.
Create Asset Browser is a searchable editor window that gathers creatable asset types into one place—ScriptableObjects (`CreateAssetMenu` / `CreateAssetBrowserMenu`) and Unity Create menu items—so you can find what you need and create it into the folder you already selected in the Project window.
# Features
- Unified catalog — ScriptableObjects and Unity Create menu entries in one list (Material, C# Script, Scene, Assembly Definition, and more)
- Search & sort — Filter by name; sort by Name or menu Order
- All / Favorites / Recent — Pin frequent types; return to what you just created
# Your ScriptableObject
Use Unity’s `CreateAssetMenu`, or`CreateAssetBrowserMenu` when a ScriptableObject should appear only in this browser (not in the default Create menu). See the package README for attribute details.