KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#deepseek-harness
#dsh-plugin
#open-source
#ai
#cli
#dsh
#claude-code
#codex
#developer-tools
#react
Unity-Octrees
★ 86
Open GitHub ↗
Octrees in Unity
Download README (.md)
Explore Similar Repositories
millrace
:
Turns repeatable, domain-agnostic workflows into graph-driven loops.
Coffy
:
Open source lightweight embedded database engine for Python that supports NoSQL, SQL, and Graph data models.
zerobus-sdk
:
Databricks's Zerobus Ingest SDKs
tw-fade
:
Elegant, CSS-driven scroll-edge fade masking for Tailwind CSS v4. Zero JavaScript.
Taix
:
基于Avalonia与Rust构建的跨平台(Windows/macOS)软件与网站使用时长统计工具
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
Unity-Octrees
?
Download (.md)
# Octrees In Unity  Octrees in Unity offer an efficient way to optimize large 3D spaces, and in this video, we dive into implementing an Octree and using it in combination with the A* algorithm for pathfinding. We'll show how Octrees help divide space to manage objects and obstacles, making A* pathfinding more efficient in complex 3D environments. You’ll learn how to avoid obstacles, calculate the best routes, and leverage the power of Octrees to improve performance. Whether you're building a large open world or a detailed simulation, this tutorial will help you make the most of your spatial data in Unity. ## YouTube - [Using Octrees and A* for Efficient Pathfinding](https://youtu.be/gNmPmWR2vV4) You can also check out my [YouTube channel](https://www.youtube.com/@git-amend?sub_confirmation=1) for more Unity content.