Skip to main content

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 real load* call is a cache hit.
    • When version is omitted, the SDK resolves it internally.