Skip to content

AI library for unity engine powered games

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE.meta
Notifications You must be signed in to change notification settings

kaiyumcg/Neuron

Repository files navigation

Neuron

AI framework for building AI behaviours for unity engine powered games. Early stage prototype. Uses DI principles with unity's serialize reference feature. Supported version: 2020.3.3f1

Installation:

Add an entry in your manifest.json as follows:

"com.kaiyum.neuron": "https://github.com/kaiyumcg/Neuron.git"

Since unity does not support git dependencies, you need the following entries as well:

"com.github.siccity.xnode": "https://github.com/siccity/xNode.git",
"com.kaiyum.attributeext2": "https://github.com/kaiyumcg/NaughtyAttributes",
"com.kaiyum.unityext": "https://github.com/kaiyumcg/UnityExt.git",
"com.kaiyum.editorutil": "https://github.com/kaiyumcg/EditorUtil.git"

Add them into your manifest.json file in "Packages" directory of your unity project, if they are already not in manifest.json file.

About

AI library for unity engine powered games

Topics

Resources

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE.meta

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages