</div> <div className="mt-2 text-sm truncate">asset.name</div> <div className="text-xs text-gray-500"> asset.tags.slice(0,3).join(', ') </div> <button className="absolute top-1 right-1 hidden group-hover:block bg-black/70 text-white px-1 rounded"> ... </button> </div> );
: Users can export individual assets or bulk-export entire categories into standard formats (e.g., .png, .obj, .fbx, .wav) for use in other projects. Primary Use Cases assets studio gui
Before an asset appears in the "Approved" view, run scripted checks: div className="mt-2 text-sm truncate">
: Users can load individual files or entire folders. Once loaded, the "Asset List" tab displays a searchable inventory of all detected items, including their names, types, sizes, and internal PathIDs. Live Previews div className="text-xs text-gray-500">