Genies Web SDK v0.1.49
Updated: May 27, 2026
What's New
- Type-agnostic asset prefetch
- New top-level
prefetchAsset(assetId, { version?, lod? })warms the local file cache for any asset that flows through the asset resolver — animations and combinable assets today, more types as needed. Does not parse or decode; downloaded bytes land in the resolver's on-disk cache so the next realload*call is a cache hit. - When
versionis omitted, the SDK resolves it internally.
- New top-level