Hi everyone,
I am in the specific case where I want my behaviour tree to use the local black board (I am not using any component)
And the problem is that when the code says : “let’s use the local black board !” et actually sets it to null one line later.
In Graph.cs :
1
2
3
4
5
6
7
8
9
10
11
12
13
14
623if(blackboard==null){
624if(agent!=null){
625Logger.Log("Graph started without blackboard. Looking for blackboard on agent '"+agent.gameObject+"'...","NodeCanvas",this);