-
Notifications
You must be signed in to change notification settings - Fork 58
Releases: naelstrof/JigglePhysics
Releases · naelstrof/JigglePhysics
Bugfixes
Bugfixes
- 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.
Assets 2
Compiler fixes.
- 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.
Assets 2
Small fixes
- 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.
Assets 2
First stable jobs version!
- 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.
Assets 2
2 people reacted
Jobs support
v13.2.0 version bump
Assets 2
Bugfixes
Discovered a few bugs by using it in production and fixed them.
Assets 2
v10.2.1 Optimizations, LOD rework
Drastically optimized things.
Old ScriptableObject LOD system has been replaced with a mono-behavior based one.
Assets 2
Bugfixes
- Disabling domain reloading no longer desyncs colliders.
- Changing Time.fixedDeltaTime at runtime no longer causes the jiggle physics to behave incorrectly.
Assets 2
Bugfixes
- 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.