Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nixon-voxell/unityai

AI in Unity.
https://github.com/nixon-voxell/unityai

ai artificial-intelligence artificial-neural-networks bigtree fody machine machine-learning neural-network numsharp tensorflow unity unity3d

Last synced: about 2 months ago
JSON representation

AI in Unity.

Awesome Lists containing this project

README

        

# Unity AI

The aim of this package is to provide AI related tools in Unity. This package references the [BigtreeAlgorithm](https://github.com/SciSharp/Bigtree.Algorithm) repository.

## Table of contents
- [Unity AI](#unity-ai)
- [Table of contents](#table-of-contents)
- [Installation](#installation)
- [Support the project!](#support-the-project)
- [Join the community!](#join-the-community)
- [License](#license)
- [References](#references)

## Installation

External dependencies:

- VX Util ([UnityUtil](https://github.com/voxell-tech/UnityUtil))

1. Clone the [UnityUtil](https://github.com/voxell-tech/UnityUtil) repository into your `Packages` folder.
2. Clone this repository into your `Packages` folder.
3. And you are ready to go!

## Support the project!


patreon


kofi

## Join the community!


discord

## License

This repository as a whole is licensed under the Apache License 2.0. Individual files may have a different, but compatible license.

See [license file](./LICENSE) for details.

## References

- [BigtreeAlgorithm](https://github.com/SciSharp/Bigtree.Algorithm)