Home

Awesome

planilo

A set of tools for designing AI in a visual node editor on unity. Use for:

Key features

Road to v0.2.0

As I'm not actively using planilo on any project I have stopped development of planilo for the time being. I have merged the development branch to master, hoping to encourage people to stop using v0.1.0 which in my opinion has major design flaws. The only thing that's stopping the release of v0.2.0 is that the samples have bugs coming from either Unity's Assets v2 or xNode. This was the last thing to convince me that if I ever continue developing this tool I will need to drop xNode to gain control over important parts of the tool.

What is changing?

Things left to investigate

v0.1.0

The initial release of planilo had some design flaws which would cause:

If you still want to have access to planilo v0.1.0 you can find it in the releases page v0.1.0

Installing with Unity Package Manager

(Requires Unity version 2019.1 or above)

To install this project as a Git dependency using the Unity Package Manager, add the following line to your project's manifest.json:

"com.github.jlreymendez.planilo": "https://github.com/jlreymendez/planilo.git"

NOTE: This will also install the dependencies xNode under the Planilo path.

You will need to have Git installed and available in your system's PATH.

Acknowledgements: