Fixed performance degradation (in some scenes), introduced in 3.1.0, during scene unload.
Fixed bug in AGXUnity.Collide.Plane where any initial rotation of the plane was applied twice. (257ada4)
Exposing Poisson's ratio in the Inspector under the "Twist" direction of cable properties. (2e72ee7)
Fixed crash in builds when AGXUnity.PickHandler manager was enabled. It's now safe for an AGXUnity.ScriptComponent to call AGX Dynamics in OnAwake and OnEnable. (676d3ea)
Fixed potential crash in AGXUnity.PickHandler manager when line/ray collision detection resulted in contacts with zero contact points. (2b89c28)
Fixes
AGXUnity.Collide.Plane
where any initial rotation of the plane was applied twice. (257ada4)AGXUnity.PickHandler
manager was enabled. It's now safe for anAGXUnity.ScriptComponent
to call AGX Dynamics inOnAwake
andOnEnable
. (676d3ea)AGXUnity.PickHandler
manager when line/ray collision detection resulted in contacts with zero contact points. (2b89c28)