I recently performed a ForceReserializeAssets and I’m now getting this error when starting scenes with NodeCanvas Behaviour Tree Owners. What is this error about? How can I track down and fix the issue? We’re using Unity 2019.1.8f1 and NodeCanvas 2.9.2
1
2
3
4
5
6
7
8
9
10
11
InvalidOperationException:There isno context objectof type System.Collections.Generic.List`[UnityEngine.Object]
Hmm. This is the first time I’ve been reported this issue. The good news however, is that in the latest version, this part of FullSerializer has been completely refactored and should not be possible for this error to even show up anymore :).
Is it possible for you to please update to the latest version?