Skip to content

5.1.8

Choose a tag to compare

@marwie marwie released this 23 Jul 13:18
· 52 commits to main since this release

Needle Engine

  • Docs: clarified VR teleport targeting — the teleport ray hits rendered meshes, not physics colliders, so a teleport target needs a visible mesh but no collider

Unity Integration

  • CLI / CI: headless batch exports can now verify the license non-interactively with a NEEDLE_CLOUD_TOKEN environment variable or -token argument, without an interactive browser login (required on build machines where no browser is available)
  • CLI / CI: fixed headless builds wrongly stopping with "required software not installed" — the Node.js / npm detection now completes before the build proceeds (it previously raced the build and reported a false negative)
  • CLI / CI: project-validation problems and build failures are now logged with actionable messages in batch mode instead of trying to open editor windows (which failed or threw in headless), so CI failures are debuggable
  • XR: added inspector warnings on controller components — flags when no WebXR component exists in the scene, and when WebXR will add a second, competing controller-movement handler at runtime (with a one-click fix)

Links

Download for UnityDownload for BlenderDocumentationAPILive Samples