GridSpace
A dynamic chunk allocated 2D/3D spatial partition grid. Efficiently queries from large numbers of objects in 3D space. Dynamically adjusts for any size world.

* This page contains affiliate links, meaning we may earn a small commission if you purchase something through them, at no extra cost. FREE
- Category:
- Tools › Visual-scripting
- Developer:
- Alternate Systems
- Price:
- FREE
- Favorites:
- 15
- Supported Unity Versions:
- 2022.2.0 or higher
- Current Version:
- 1.4.0.0
- Download Size:
- 1.12 MB
- Last Update:
- May 2, 2022
- Description:
Useful for any Unity project that has lots of objects in 2D or 3D space that need to be iterated efficiently within subregions of the world.
- Technical Details:
- Completely dynamic handling worlds of any size allocating space only as needed.
- Can be used with any object that supports the included interface (objects do not need to be GameObject derived)
- Supports sphere and ray with radius queries
- Query and iteration is simple and easy to work with.
- Continue »