Skip to content

Releases: needle-tools/needle-engine-support

4.1.0-alpha.6

13 Jan 16:32
Compare
Choose a tag to compare

Unity Integration

  • Update build pipeline to latest alpha

Links

Download for UnityDownload for BlenderDocumentationAPILive Samples

4.1.0-alpha.5

13 Jan 12:40
Compare
Choose a tag to compare

Needle Engine

  • Fix: Issue where MeshCollider with InterleavedBufferAttributes were not created correctly
  • Fix: multi-object mesh collider handling for Groups and add warning for remaining case that are not supported
  • Fix: transparency trimming for screenshot should happen before screenshot is returned
  • Change: Reduced mesh LOD vertex reduction to improve quality of lowest LOD
  • Update build pipeline to latest 2.7 alpha
  • Update rapier dependency to 0.14.0

Unity Integration

  • Allow Node 22 LTS

Links

Download for UnityDownload for BlenderDocumentationAPILive Samples

4.1.0-alpha.4

10 Jan 11:51
Compare
Choose a tag to compare

Needle Engine

  • Add: SceneSwitcher methods for unload() and reload() the currently loaded scene

Unity Integration

  • Add: FileReference types now have an option to be assigned from an asset in the scene, URL string or filepath string
  • Change: Generated font assets are now cached
  • Change: Attempt to auto recover corrupted npx cache

Links

Download for UnityDownload for BlenderDocumentationAPILive Samples

4.1.0-alpha.1

09 Jan 10:17
Compare
Choose a tag to compare

Needle Engine

  • Add: Support for loading KTX2 textures as environment-image and background-image (e.g. <needle-engine background-image="my-skybox.ktx2">)
  • Fix: Issue where raycasting was not using acceleration structures and instead falling back to slow raycasting. This release greatly improves raycasting performance

Links

Download for UnityDownload for BlenderDocumentationAPILive Samples

4.1.0-alpha

08 Jan 15:45
Compare
Choose a tag to compare

Needle Engine

  • Add: Screenshot support for AR:
    To use you need to request the camera-access XR feature when starting a new XR session.
    For that you can either simply add the WebARCameraBackground component to your scene
    or add the feature in the NeedleXRSession.onSessionRequestStart event hook.

Unity Integration

  • Add: Get AI Help for converting C# to typescript
    We added a small UI label above C# components that do not yet have a matching Needle Engine component. Clicking this label will ask the AI for how the component can be translated to typescript.
  • Add: "Explain with AI" component context menu in Needle Engine/Explain with AI

Links

Download for UnityDownload for BlenderDocumentationAPILive Samples

4.0.4-alpha

02 Jan 17:36
0b01df5
Compare
Choose a tag to compare

Needle Engine

  • Fix: Detecting OBJ files starting with mtllib or content-type header model/obj
  • Fix: Issue where screenshot() method with custom camera and postprocessing didn't work
  • Update gltf-progressive package to load higher texture LODs by default

Unity Integration

  • Add: NeedleCloudAsset component password field

Links

Download for UnityDownload for BlenderDocumentationAPILive Samples

4.0.3-alpha

20 Dec 18:01
Compare
Choose a tag to compare

Needle Engine

  • Add: OBJLoader now automatically loads mtl files
  • Add: OBJLoader materials are now fixed like FBX materials

Unity Integration

  • Add: NeedleCloudAsset component. Initial version to load Needle Cloud into the Unity Editor and Needle Engine runtime. To use just add the NeedleCloudAsset component to a GameObject in Unity.
  • Fix: EDU license handling

Links

Download for UnityDownload for BlenderDocumentationAPILive Samples

Needle Engine Blender Addon 0.52.1

20 Dec 11:50
d9dfdf4
Compare
Choose a tag to compare
  • Fix: Issue where restarting the server would fail

🎯 Download Addon 💡 Download Samples

4.0.2-alpha

12 Dec 15:47
Compare
Choose a tag to compare

Needle Engine

  • Add: Support for custom scripts on WebXR custom hands
  • Fix: OrbitControls should not listen to window.body for key events

Unity Integration

  • Add: Basic WebXR hand models and assign as default models in the XRControllerModel script

Links

Download for UnityDownload for BlenderDocumentationAPILive Samples

4.0.1-alpha

11 Dec 12:02
Compare
Choose a tag to compare

Needle Engine

  • Fix: Objects spawned with syncedInstantiate should automatically be removed when disconnecting from the networking room
  • Fix: Issue where objects rendered with instancing enabled were not visible in screenshots

Unity Integration

  • Change: Update Editor UI styles

Links

Download for UnityDownload for BlenderDocumentationAPILive Samples