intelligide / pathcreator

Path creation asset for Unity game development from

Home Page:https://github.com/SebLague/Path-Creator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Path Creator

Original from SebLague.

Path Creator

Table of Contents

Getting Started

Prerequisites

  • Unity 2018.1 and above.

Installation

  1. Open the manifest.json in your project

  2. Specify the package URL

{
  "dependencies": {
    "com.arsenstudio.pathcreator": "https://github.com/intelligide/pathcreator.git"
}
  1. Open your project or reload it in the Unity Editor

Usage

Watch overview video

Please refer to the Documentation.

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

About

Path creation asset for Unity game development from

https://github.com/SebLague/Path-Creator

License:MIT License


Languages

Language:C# 100.0%