Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

epiplon-game-studio/Waypoints

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

As of September 12, 2023, Unity announced a recent change in their pricing business model, where you can read it here. Because of those changes, I'll no longer update or give support for this package, only respond questions on how it works. The repository is being archived for reference purposes.

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.

About

Simple 3D waypoint system and pathfinding tool with graphs

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages