https://github.com/kwintenvdb/pathingtool
A pathing tool with export functionality for Unity
https://github.com/kwintenvdb/pathingtool
Last synced: 3 months ago
JSON representation
A pathing tool with export functionality for Unity
- Host: GitHub
- URL: https://github.com/kwintenvdb/pathingtool
- Owner: Kwintenvdb
- Created: 2015-01-22T20:35:09.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-08T20:15:09.000Z (over 8 years ago)
- Last Synced: 2025-01-23T01:13:52.386Z (5 months ago)
- Language: C#
- Size: 1.51 MB
- Stars: 4
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PathingTool
With this tool, you can draw paths within a canvas with just a mouseclick, set an animation duration, and then export the path to Unity. Apply the path to any GameObject to make it smoothly follow along the path over the duration you choose.The tool is designed using the MVVM pattern, has full undo and redo implementation, supports saving and loading your created paths, as well as an export function to Unity. I wrote a small Unity plugin and script as well, to be able to import the path, and a component that makes a GameObject follow said path.