Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ikpil/unirecast
UniRecast - navigation mesh toolset for Unity3D using DotRecast
https://github.com/ikpil/unirecast
detour dotrecast gamedev navigation navmesh pathfinding recast unirecast unity3d unity3d-package unity3d-plugin
Last synced: 8 days ago
JSON representation
UniRecast - navigation mesh toolset for Unity3D using DotRecast
- Host: GitHub
- URL: https://github.com/ikpil/unirecast
- Owner: ikpil
- License: mit
- Created: 2023-08-04T23:46:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-21T15:41:26.000Z (about 2 months ago)
- Last Synced: 2024-10-10T10:05:39.806Z (about 1 month ago)
- Topics: detour, dotrecast, gamedev, navigation, navmesh, pathfinding, recast, unirecast, unity3d, unity3d-package, unity3d-plugin
- Language: C#
- Homepage:
- Size: 1.86 MB
- Stars: 59
- Watchers: 3
- Forks: 11
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
![GitHub License](https://img.shields.io/github/license/ikpil/UniRecast?style=for-the-badge)
![Languages](https://img.shields.io/github/languages/top/ikpil/UniRecast?style=for-the-badge)
![GitHub repo size](https://img.shields.io/github/repo-size/ikpil/UniRecast?style=for-the-badge)
[![GitHub Repo stars](https://img.shields.io/github/stars/ikpil/UniRecast?style=for-the-badge&logo=github)](https://github.com/ikpil/UniRecast)
[![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/ikpil/UniRecast/github-code-scanning%2Fcodeql?style=for-the-badge&label=CODEQL)](https://github.com/ikpil/UniRecast/actions/workflows/github-code-scanning/codeql)
[![GitHub commit activity](https://img.shields.io/github/commit-activity/m/ikpil/UniRecast?style=for-the-badge&logo=github)](https://github.com/ikpil/UniRecast/commits)
[![GitHub issues](https://img.shields.io/github/issues-raw/ikpil/UniRecast?style=for-the-badge&logo=github&color=44cc11)](https://github.com/ikpil/UniRecast/issues)
[![GitHub closed issues](https://img.shields.io/github/issues-closed-raw/ikpil/UniRecast?style=for-the-badge&logo=github&color=a371f7)](https://github.com/ikpil/UniRecast/issues)
[![openupm](https://img.shields.io/npm/v/com.ikpil.unirecast?style=for-the-badge&label=openupm®istry_uri=https://package.openupm.com)](https://openupm.com/packages/com.ikpil.unirecast/)
[![openupm](https://img.shields.io/badge/dynamic/json?style=for-the-badge&color=brightgreen&label=downloads&query=%24.downloads&suffix=%2Fmonth&url=https%3A%2F%2Fpackage.openupm.com%2Fdownloads%2Fpoint%2Flast-month%2Fcom.ikpil.unirecast)](https://openupm.com/packages/com.ikpil.unirecast/)
[![GitHub Sponsors](https://img.shields.io/github/sponsors/ikpil?style=for-the-badge&logo=GitHub-Sponsors&link=https%3A%2F%2Fgithub.com%2Fsponsors%2Fikpil)](https://github.com/sponsors/ikpil)# this is Alpha
# UniRecast
- UniRecast is a powerful navigation library built upon [DotRecast](https://github.com/ikpil/DotRecast), leveraging recast detour for advanced pathfinding capabilities.
- Designed specifically for Unity3D environments, UniRecast aims to fulfill the navigation needs within the Unity framework.
- UniRecast's foundation on DotRecast enables easy integration with servers and ensures efficient performance, catering to seamless server-side interactions.# How to use
You can add https://github.com/ikpil/UniRecast.git to Package Manager![package manager](https://user-images.githubusercontent.com/313821/292654879-4f1721a0-fc0e-4c50-b616-d4ea51315103.png)
![install url](https://user-images.githubusercontent.com/313821/292654898-9b35c360-db07-4911-8ac2-34d3e8dbfac1.png)
# Demo
![UniRecastDemo](https://user-images.githubusercontent.com/313821/292662263-5f036ab3-90fd-432c-8df5-afa9fcdbf86e.png)# License
UniRecast is licensed under MIT license, see [LICENSE.md](LICENSE.md) for more information