Spatial-Hashing
Spatial-Hashing copied to clipboard
Spatial hashing for Unity using ECS/DOTS
Results
2
Spatial-Hashing issues
Sort by
recently updated
recently updated
newest added
Hi, This looks interesting. Dont suppose.. could you provide an example of how to query the k nearest items to a point in space please?
In the SpatialHash script, in the Move (T item) function, the second foreach function should traverse _helpMoveHashMapNew instead of _helpMoveHashMapOld, which will cause the item to be not re-added to...