DEFAULT_ASSET_NAMESPACE
assets/asset-library.constants.ts:9The namespace an Asset is stored under when a load or lookup does not specify one. Most small games never need more than this single namespace; reach for explicit namespaces (see AssetLoadOptions) once you want to unload a group of assets together — e.g. one namespace per level so AssetLibrary.unloadNamespace can free the whole level on exit.