issues
search
ikpil
/
DotRecast
DotRecast - a port of Recast & Detour, Industry-standard navigation mesh toolset for .NET, C#, Unity3D, games, servers
zlib License
563
stars
72
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
DtNavMeshQuery allocation fixes
#83
wrenge
opened
2 days ago
0
astar 5.0+ support
#82
neshcodes
opened
1 week ago
0
Changed bmin/bmax from int[] to RcVec3i for improved memory efficiency
#81
ikpil
closed
1 month ago
0
Pathfinding is going off the navmesh
#80
emrys90
opened
1 month ago
6
Support for saving and loading dynamic nav meshes @ppiastucki
#79
ikpil
closed
1 month ago
0
Replace Newtonsoft.Json for System.Text.Json (on dotnet 7+)
#78
brmassa
opened
1 month ago
2
Issue with DynamicNavMesh Generation at Tile Boundaries
#77
OhJeongrok
opened
2 months ago
3
Converting Unity navmesh to DtMeshData
#76
nikita-one
closed
3 months ago
2
sync
#75
nikita-one
opened
3 months ago
1
Optimize
#74
Sarofc
closed
3 months ago
1
[Upstream] fix: Fix raycast shortcuts (@Sarofc)
#73
ikpil
closed
3 months ago
0
The pathfinding result is incorrect when toggle Raycast shortcuts
#72
Sarofc
closed
3 months ago
1
How to convert obj files into voxels files?
#71
Canghaizhulei
opened
5 months ago
2
Changed `List<DtStraightPath>` to `Span<DtStraightPath>` for enhanced…
#70
ikpil
closed
5 months ago
0
Changed `Dictionary<int, List<DtMeshTile>>` to `DtMeshTile[]` to opti…
#69
ikpil
closed
5 months ago
0
Changed `IDtPolyQuery` interface to make `Process()` more versatile
#68
ikpil
closed
6 months ago
0
Pr/index to first link in linked list v2
#67
ikpil
closed
6 months ago
0
DotRecast creating a lot of RcSpan objects for a relatively small scene.
#66
bryanedds
closed
6 months ago
6
Problem with contour simplification.
#65
awgil
opened
8 months ago
1
Problems with removed vertices at tile borders
#64
awgil
opened
8 months ago
1
Optimization (breaking): pool RcSpans.
#63
awgil
closed
8 months ago
1
Optimization: reduce number of allocations on hot path in RcRasterizations.DividePoly
#62
awgil
closed
8 months ago
1
Allocations for a large mesh are reaching 1GB of allocation to generate nav mesh.
#61
Doprez
closed
6 months ago
7
System.ArgumentException:“'0' cannot be greater than -1.”
#60
6ther
opened
8 months ago
11
Question: Mesh DetaiIs are null after mesh generation
#59
lehmamic
opened
8 months ago
1
SIMD for CyclicBuffer aggregation
#58
wrenge
closed
8 months ago
0
Replaced foreach with for to avoid enumerator allocations
#57
wrenge
closed
8 months ago
0
Added stackalloc where it's acceptable
#56
wrenge
closed
8 months ago
0
CyclicBuffer optimizations
#55
wrenge
closed
8 months ago
1
Avoid allocation in ScopedTimer call
#54
wrenge
closed
8 months ago
1
Pr/fix telemetry memcpy
#53
ikpil
closed
9 months ago
0
Replace list with cyclic buffer
#52
wrenge
closed
9 months ago
1
Memcpy and heap allocations in DtCrowdTelemetry.Stop()
#51
wrenge
closed
9 months ago
1
Pr/resue node
#50
ikpil
closed
9 months ago
0
Importing data
#49
Baudin999
opened
9 months ago
6
added WangHash for DtNodePool
#48
ikpil
closed
9 months ago
0
Added avg, min, max, sampling updated times in CrowdAgentProfilingTool
#47
ikpil
closed
9 months ago
0
Pr/change dtraycasthit class to a struct
#46
ikpil
closed
9 months ago
0
Invert X axis
#45
Danil0v3s
closed
9 months ago
2
fix: random size of an array for testing could be 0
#44
ikpil
closed
9 months ago
0
added RcRentedArray (#41)
#43
ikpil
closed
9 months ago
0
Pr/added RcStackArray512 (#41)
#42
ikpil
closed
9 months ago
0
SOH allocation issues
#41
Danil0v3s
opened
10 months ago
50
refactor: Remove unused List<int> overlaps in the MergeAndFilterLayer…
#40
ikpil
closed
10 months ago
0
refactor: add RcDirtyEntry
#39
ikpil
closed
10 months ago
0
Pr/update rc level stack entiy
#38
ikpil
closed
10 months ago
0
add RcDirtyEntry, RcLevelStackEntry
#37
ikpil
closed
10 months ago
0
Pr/update building and integrating md
#36
ikpil
closed
10 months ago
0
bugfix: creating convex volume with two points(#34)
#35
ikpil
closed
10 months ago
0
Bug in Demo with Convex Volume Creation
#34
Herculezz55
closed
10 months ago
4
Next