Asset Management
Content Browser
Project assets are stored in IndexedDB and displayed in a virtual file system, similar to the folder view in Windows Explorer.
Note
The/assets/@builtinsdirectory is read‑only and contains engine‑built‑in assets.
It is not managed or modified by the user.
Importing Assets
You can import assets by dragging files directly from your operating system into the Content Browser.
Note
When importing model files (currently GLTF/GLB only), you should choose to import them as a Prefab so the engine can load and reuse them correctly.
Image placeholder: Content Browser UI
Managing Third‑Party Libraries
Installing an npm Package
- In the Content Browser, click the
📦button to install an npm package. - Enter the package name (you can include a version specifier).
- The system uses esm.sh to automatically pull the package as an ESM module.
- You can then import and use it directly in your scripts.
Removing an npm Package
- Open Project → Project Settings from the menu.
- In the npm package list, right‑click the package you want to remove and choose Remove.