Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 451 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 451 Bytes

Common Unity Library

A library with common for all my projects code and assets.

You can find examples of how to use this library in Common Unity Samples project.

Features

  • AI:
    • Goal-Oriented Action Planning
    • Hierarchical State Machine
    • Behaviour Trees
    • A* Pathfinding
  • Singletons
  • Logger
  • Event Buses
  • Dependency Injection
  • Service Locator
  • Blackboard
  • Attributes
  • Easings