4.1.0-alpha.12
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
andpostprocessing
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 Unity • Download for Blender • Documentation • API • Live Samples