Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions Assets/PathCreator/Core/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"name": "com.seblague.pathcreator",
"version": "1.0.0",
"displayName": "Path Creator",
"unity": "2018.1",
"dependencies": {
}
}
7 changes: 7 additions & 0 deletions Assets/PathCreator/Core/package.json.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 18 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,24 @@
# Path-Creator

[Watch overview video](https://www.youtube.com/watch?v=saAQNRSYU9k)
## Installation
Add the following path to dependencies in your manifest to install through [UPM](https://docs.unity3d.com/Packages/com.unity.package-manager-ui@1.8/manual/index.html)
```json
"dependencies": {
"com.seblague.pathcreator": "https://github.com/hannesdelbeke/Path-Creator.git?path=/Assets/PathCreator/Core",
}
```

[Read the documentation](https://docs.google.com/document/d/1-FInNfD2GC-fVXO6KyeTSp9OSKst5AzLxDaBRb69b-Y/edit?usp=sharing)
## Repo setup
To easily stay in sync with the original repo,
The package.json file is in a sub directory, in the core folder. Instead of at the repo root.
It includes only the essential files, and does not install the examples and documentation.pdf

[Download from asset store](https://assetstore.unity.com/packages/tools/utilities/b-zier-path-creator-136082)
## Requirements
You need a unity version that supports sub directories in the github repo path
Tested on Unity 2019.3.14f1.

## Documentation
[Watch overview video](https://www.youtube.com/watch?v=saAQNRSYU9k)
[Read the documentation](https://docs.google.com/document/d/1-FInNfD2GC-fVXO6KyeTSp9OSKst5AzLxDaBRb69b-Y/edit?usp=sharing)
[Download from asset store](https://assetstore.unity.com/packages/tools/utilities/b-zier-path-creator-136082)
![Path Creator](https://i.imgur.com/xqTCNWK.png)