Asset Browser Panel
The Asset Browser provides a two-panel file explorer for your project's assets/ directory. Browse folders, search for files, and drag assets into the scene.
Layout
Folder Tree
The folder tree shows your project directory structure. Click a folder to navigate to it. Folders display chevron indicators (▸ / ▾) for expand/collapse. The selected folder is highlighted with the editor accent color (#264f78).
File Grid
Files are displayed as colored tiles based on their type:
Directories are sorted before files, and both are listed alphabetically.
Navigation
- Double-click a folder — Navigate into it
- Double-click a
.scenefile — Open the scene - Breadcrumb segments — Click any segment to jump to that directory
Drag and Drop
Drag a file tile out of the Asset Browser to use it elsewhere in the editor. The drag payload type is ASSET_PATH and carries the file's relative path as a string. Drop targets include asset fields in the Inspector (e.g., ModelRenderer model path, AudioSource clip path).
Search
Type in the search box to filter the current directory's files by name. The filter is case-insensitive and matches against the filename only.