Forums › 💬 NodeCanvas › ⚙️ Support › Nested FlowScript State is missing after V2.5.6 upgrade
Hi Gavalakis,
I just upgraded to recent version 2.5.6 and the Nested FlowScript option is disabled and error CS0535 appears in unity.
After some research review of code, I added the following code to the FlowScriptState.cs
—>> Graph[] IGraphAssignable.GetInstances(){ return instances.Values.ToArray(); }
and that fixed the issue…
Is this the right fix?
are you upgrading the BT,NC bridges as well?
thanks,
Hello, Yes the fix is correct. I was waiting for the 2.5.6 version to go live before updating the bridges, which I just saw it did. They are now all updated.
Thanks!
Hi there,
thanks for your answer!!