SkillAgentSearch skills...

Waypoints

Simple 3D waypoint system and pathfinding tool with graphs

Install / Use

/learn @epiplon-game-studio/Waypoints
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Waypoints

A simple 3D waypoint system and pathfinding tool with graphs.

Requirements

Unity 2020.3+

How to use

  1. Clone the repository.
  2. Go to the root project folder.
  3. Copy the Waypoints folder inside Packages folder into the Packages folder of your own project.
  4. The package must appear in the Package Manager window in your Editor.
  5. (Optional) If your editor doesn't recognize the package, edit the manifest.json of your project and add the following line into the dependencies list:

"com.epiplon.waypoints": "1.1.0"

  1. Now you should be able to use the Waypoint Graph component.
  2. This repository provides a sample scene with a simple waypoint graph and pathfinding example running.
  3. If you have any trouble, you can go to the Discussions tab of this repository and ask. This project isn't being developed but I can respond to simple questions.

The MIT License

Copyright 2018-2023 Vinicius Castanheira

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

View on GitHub
GitHub Stars12
CategoryDevelopment
Updated5mo ago
Forks1

Languages

C#

Security Score

72/100

Audited on Oct 21, 2025

No findings