Ash Blue

Results 17 repositories owned by Ash Blue

fluid-behavior-tree

891
Stars
104
Forks
Watchers

Behavior trees for Unity3D projects. Written with a code driven approach on the builder pattern.

fluid-dialogue

189
Stars
11
Forks
Watchers

A Unity dialogue system that features an easy to use drag and drop graph. ScriptableObject driven with the ability to write custom actions and conditions to create complex dialogue workflows.

fluid-state-machine

60
Stars
6
Forks
Watchers

A finite state machine micro-framework for Unity3D focused on a pure code implementation.

fluid-stats

75
Stars
10
Forks
Watchers

A Unity3D character stats system for handling health, energy, defense, attack, ect. Supports dynamic stat values with modifiers such as addition, subtraction, multiplication, and division.

unity-animator-helpers

128
Stars
12
Forks
Watchers

A micro-framework for changing Unity 3D's Animator parameters with ScriptableObject(s). Designed to make going from custom scripts to Animator parameters easy. Works with 2D or 3D projects.

canvas-prime

18
Stars
3
Forks
Watchers

A minimal OOP HTML5 game engine that uses extendable classes for its engine and objects without any libraries.

fluid-behavior-tree-ctf-example

17
Stars
2
Forks
Watchers

CTF example that demonstrates how an AI might be written with Fluid Behavior Tree

fluid-unique-id

35
Stars
4
Forks
Watchers

A micro-framework to manage unique IDs in scenes with Unity

javascript-pathfinding

22
Stars
9
Forks
Watchers

A* algorithm for pathfinding on a tile grid in JavaScript.

oyster-package-generator

22
Stars
1
Forks
Watchers

Oyster is a package generator for Unity Package Manager (UPM). It generates a best standards Unity package with automated deployments via CLI. Focus on coding your package instead of deployments, chan...