So, this is a bug in the new version after the changes made to Bound Graphs.
To quickly fix this please open GraphOwner.cs and replace line #182 with this:
1
2
3
graph=GetInstance(graph);
I will check for a more proper fix and update as soon as possible.
Thanks for letting me know.