image.png

The Local Blackboard is an object-scoped state container attached directly to a GameObject. It is best suited for data that belongs to that specific object, such as the character’s current target, hit state, local cached data, or object-specific runtime parameters. Internally, it is implemented as a MonoBehaviour and requires a Game Object Guid component on the same object, which makes it a natural fit for object-level binding and persistence.