Blackboard.cs
v4.0
Last updated
Was this helpful?
v4.0
Last updated
Was this helpful?
Add the "Blackboard" prefab from the Repositories folder to your project. The Blackboard.cs
component is already attached here.
The Blackboard component is the central hub for all of the Blackboard actions. Add this to the top of any script which utilizes it:
The best way to interact with the Blackboard is to have your class , which will automatically subscribe and unsubscribe it to event and note notifications. All you have to do is override the methods so you can choose how to handle the notifications as they come in.