Can you please confirm that the code in Blackboard.cs, Deserialize method at line #147 looks like the following and if not replace the code with this one and let me know if it works for you:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
///Deserialize the blackboard from json
//We deserialize ON TOP of existing variables so that outside references to them are stay intact.