New
2024.3.1
[2024.3.1] - 2024-07-09
Added
- Nothing
Fixed
- Fixed bug where the dynamic voxel save file browser doesn't appear in
Recast.Demo
Changed
- Changed to reuse samples and edges list in
BuildPolyDetail() - Changed
heights,areas,cons, andregsarrays to byte arrays for uniformity and efficiency inDtTileCacheLayer - Changed
reg,areaarrays to byte arrays for uniformity and efficiency inDtTileCacheContour - Changed
RcChunkyTriMeshto separate the function and variable. - Changed to consolidate vector-related functions into one place.
- Changed stack handling from List to a fixed-size array with manual index management for optimization in
RcLayers.BuildHeightfieldLayers() - Changed to use Span and stackalloc for improved performance and memory management in
RcLayers.BuildHeightfieldLayers()