Hi, I’m just trying to simplify some of my workflow, so instead of manually going in and adding the things by hand I can just click an editor button when I want to setup a new blackboard. I can easily add a variable, but the bound aspect is somewhat beyond me, couldn’t quite figure out the reflection editor code when delving into BlackboardEditor.cs
m_Blackboard.AddVariable(“isDead”, m_Character.isDead);
So essentially how would I turn the above into a bound field?