Skip to content

Tags: naelstrof/UnityJigglePhysics

Tags

v10.2.2

Toggle v10.2.2's commit message
Even more rigorous data validation

v10.2.1

Toggle v10.2.1's commit message
fixed issue with temp disabled renderers

v10.2.0

Toggle v10.2.0's commit message
default to animated for backward compatibility for older jiggle physics.

v10.1.3

Toggle v10.1.3's commit message
Updated to unity 6, fixed build bug causing boot exceptions.

v10.1.2

Toggle v10.1.2's commit message
whoops, editor doesn't help me with precompiler placement.

v10.1.1

Toggle v10.1.1's commit message
Fixed issue where scene loads could still trigger the harmless except…

…ion.

Only if the first scene didn't contain any jiggle rigs.

v10.1.0

Toggle v10.1.0's commit message
Fixed cache invalidation issue, manager spawn issue. Fixes #35

Also fixed a bug where the manager tries to spawn during OnValidate, which isn't valid and causes very scary (though harmless)  exceptions on build.

v10.0.9

Toggle v10.0.9's commit message
fixed bug with the settling teleport corrupting the last valid pose.

v10.0.8

Toggle v10.0.8's commit message
Only initialize rigs if they haven't already been.

v10.0.7

Toggle v10.0.7's commit message
ignoring an end bone in a single chain no longer causes an invalid tr…

…ee to be generated.