Is it possible to bind a “deeper” property to a blackboard variable? My monobehavior has a serializable property that has the property I wish to manipulate. For example, my HeroView (MonoBehavior) has a public Hero property and Hero (Serializable) has a Speed property that I want to change depending on the state.