Skip to content

4.1.0-alpha.12

Compare
Choose a tag to compare
@marwie marwie released this 21 Jan 10:03
· 7 commits to main since this release
f77d9ef

Needle Engine

  • Change: Much improved initial loading speed making Needle Engine websites load up to 1000 ms faster.
    Improved Needle Engine website lighthouse scores for all Vite based projects.
    Improved bundle chunking and loading for better lighthouse scores.
    Core bundles and entrypoint glTF files are not loaded as soon as the web document is ready.
  • Change: Needle Engine does now lazily import dependencies for rapier and postprocessing to reduce download and startup size.
    This means that projects that don't use any collider or rigidbody components will not load the physics and postprocessing modules. Modules can be loaded at any time once they're need by e.g. components in the scene.

Unity Integration

  • Fix: Needle Cloud deployment list not being showing the last deployments
  • Fix: Sandbox scene template had falsely scaled Rock model

Links

Download for UnityDownload for BlenderDocumentationAPILive Samples