Skip to main content

Genies Web SDK v0.1.59

Updated: June 15, 2026

What's New

  • Added abort-signal support to avatar loading and smart behavior activation so consumers can cancel stale loads safely.
  • Added controller.isDisposed for lifecycle checks; stale texture uploads are now generation-tracked and cancelled internally by the SDK/sandbox load manager.

What's Fixed

  • Fixed stress load/unload races that could leave stale avatar work alive after cancellation, including in-flight texture uploads, progressive LOD callbacks, silhouette handoff, and smart-avatar behavior callbacks.
  • Hardened WebGL texture upload error handling so context-loss or failed texture allocation aborts the upload batch cleanly instead of cascading into invalid compressed texture calls.
  • Deferred runtime resets until loads/uploads are quiet, preventing cache/runtime cleanup from racing active avatar loads.