Skip to content

Releases: naelstrof/JigglePhysics

Bugfixes

Choose a tag to compare

@naelstrof naelstrof released this 06 Mar 04:00
  • Fixed personal colliders from not working.

Bugfixes

Choose a tag to compare

@naelstrof naelstrof released this 08 Feb 00:10
  • Added a JigglePhysicsUpdater.prefab so it's easier to drag-n-drop it into new projects.
  • Added dependencies to mathematics and collections, fixes #54
  • Fixed bug where rotation-only animation would drift positions over time.

Compiler fixes.

Choose a tag to compare

@naelstrof naelstrof released this 23 Jan 22:34
  • Fixed defining JIGGLEPHYSICS_DISABLE_ON_ENABLE or JIGGLEPHYSICS_DISABLE_ON_DISABLE from creating compiler errors.
  • Additionally, calling OnInitialize() more than once without calling OnRemove() is now properly checked for and handled.

Small fixes

Choose a tag to compare

@naelstrof naelstrof released this 08 Jan 05:06
  • Fixed JiggleMemoryBus throwing an exception when given a JiggleRig that got deleted before it tried to read it.
  • Fixed JiggleMemoryBus failing to resize properly when too many colliders were added.
  • Fixed issue where initialization ran twice: doubling initialization performance!
  • Added ability to set JiggleInputParameters through code.

First stable jobs version!

Choose a tag to compare

@naelstrof naelstrof released this 16 Sep 22:22
  • Fixed jitter on objects moving during LateUpdate()
  • Root snapping now proportionally enables based on Root Stretch.
  • Limited Root Stretch to a maximum of 0.9
  • Added documentation and readme material!
  • Added NaN scrubbing on output
  • Added player-compatible debug rendering.
  • Fixed astronomically scaled colliders from ruining performance.

Jobs support

Choose a tag to compare

@naelstrof naelstrof released this 10 Sep 01:23
v13.2.0

version bump

Bugfixes

Choose a tag to compare

@naelstrof naelstrof released this 09 May 21:02

Discovered a few bugs by using it in production and fixed them.

v10.2.1 Optimizations, LOD rework

Choose a tag to compare

@naelstrof naelstrof released this 02 Jan 02:00

Drastically optimized things.

Old ScriptableObject LOD system has been replaced with a mono-behavior based one.

Bugfixes

Choose a tag to compare

@naelstrof naelstrof released this 10 Jul 01:15
  • Disabling domain reloading no longer desyncs colliders.
  • Changing Time.fixedDeltaTime at runtime no longer causes the jiggle physics to behave incorrectly.

Bugfixes

Choose a tag to compare

@naelstrof naelstrof released this 19 Sep 01:26
  • Fixed micro stutters caused from extrapolation errors. This was mostly visible on rigid bodies doing jumping arcs.
  • Jiggle precision no longer decays after 9 hours of playtime. We've just started using doubles, so now it decays over several centuries instead.