Beta 2024.2.5.848 is a Resonite version released on 2024/02/05.
It is compatible with the previous build, Beta 2024.2.2.1015.
The following notes were sent by Frooxius:
- Just a small quick bugfix, the updated BepuPhysicsV2 had forgotten debugging code in it, which caused memory leaks when computing convex hulls.
- This pulls in updated version which should fix that!
- Compatible with current.
Bugfixes:
- Removed debugging code from BepuPhysicsV2 library which resulted in memory leaking when computing convex hull colliders (reported by @Medra, @ProbablePrime, @Panda, @bredo, @Sveken, @charlie, Beef, @Unintentional, @Canadian_RedZ, @Ocelot, issue #1291, BepuPhysicsV2 update commited by @Nutcake)
New Features:
- Added BooleanAssetDriver<A> requested by @epicEaston197 in #1282 and implemented by @ProbablePrime