3.37.4-exp
marwie
released this
22 Apr 07:47
·
167 commits
to main
since this release
Needle Engine
- Fix: Collider filtermask bug where it did previously override membership settings in certain cases
- Change: Menu now removes the buttons for very small sizes
- Change:
this.context.physics.engine.raycast
andraycastWithNormal
api changed to take an options parameter instead of single values. It now also exposes rapier'squeryFilterFlags
,filterGroups
and thefilterPredicate
options. It can now be called with e.g.this.context.physics.engine.raycast(origin, direction, { maxDistance: 2 })
Unity Integration
- Change: Move all Needle Engine components in
Needle Engine/
addComponent menu and improve searchability
Links
Download for Unity • Download for Blender • Documentation • API • Live Samples