Skip to content

Releases: needle-tools/needle-engine-support

1.25.0-pre

27 Jul 10:04
Compare
Choose a tag to compare

Exporter

  • Add: Send upload size in header to Glitch to detect if the instance has enough free space
  • Add: menu item to export selected object in hierarchy as gltf or glb
  • Add: Timeline animation track infinite track export (when a animation track does not use TimelineClips)
  • Add: AnimatorData component to expose and support random animator speed properties and random start clip offsets to easily randomize scenes using animators with the same AnimatorController on multiple GameObjects
  • Fix: npmdef import, sometimes npmdefs in a project were not registered/detected properly which led to problems with installing dependencies
  • Fix: script import file-gen does not produce invalid javascript if a type is present in multiple packages
  • Change: improved error log message when animation export requires KHR_animation_pointer
  • Change: server starts using localhost url by default and can be opened by ip directly by holding ALT (this removes the security warning shown by browsers when opening by ip that does not have a security certificate which is only necessary if you want to open on another device like quest or phone. It can still be opened by ip and is logged in he console if desired)

Engine

  • Change: bump component compiler dependency to 1.7.1
  • Change: context.mainCameraComponent is now of type Camera
  • Fix: timeline control track
  • Fix: timeline animation track post extrapolation
  • Fix: custom shader does not fail when scene uses object with transmission (additional render pass)

Quick install

Click to install in Unity 2021.2 or newer

1.24.2-pre

22 Jul 16:53
Compare
Choose a tag to compare

Exporter

  • Add: Deployment component now also shows info in inspector when upload is in process
  • Fix: cancel deploy when build fails
  • Fix: better process handling on OSX

Quick install

Click to install in Unity 2021.2 or newer

1.24.1-pre

22 Jul 11:19
Compare
Choose a tag to compare

Exporter

  • Change: Remix on Glitch button does not immediately remix the glitch template and open the remixed site

Quick install

Click to install in Unity 2021.2 or newer

1.24.0-pre

21 Jul 21:50
6d1260d
Compare
Choose a tag to compare

Exporter

  • Add: glitch deploy auto key request and assignment. You now only need to paste the glitch project name when remixed and the deployment key will be requested and stored automatically (once after remix)
  • Fix: process output log on OSX
  • Fix: process watcher should now use far less CPU
  • Change: move internal publish code into separate package

Engine

  • add loading bar and show loading state text

Quick install

Click to install in Unity 2021.2 or newer