← Changelog

Polygonjs 2.0.54

autoplay for embedded scenes

·built with Jai 0.2.029

  • New An embedded scene can start playing as soon as it loads: pass autoplay: true to polygonAppInit next to the scene data. Without it the scene sits on frame 0, which makes a solver or an OnTick actor look like a still image on a page with no transport controls.
  • Fixed The example pages on polygonjs.com no longer show the default scene’s box sitting in the middle of the example. The box is bypassed, not deleted, so un-bypassing it brings it back.