Reply To: [BUG] NodeCanvas / FlowCanvas bridge is broken.

NodeCanvas Forums Support [BUG] NodeCanvas / FlowCanvas bridge is broken. Reply To: [BUG] NodeCanvas / FlowCanvas bridge is broken.

#15500
guyboots_thunderbro
Participant

I do not have a method by that name in IGraphAssignableExtensions.

I’ve gone through several older project prototypes on older versions of NC/FC + Bridge and FlowScriptState is using “this.TryReadMappedVariables” instead of “this.TryReadAndUnbindMappedVariables();” in all of them.

FlowScriptState is the only file using “TryReadAndUnbindMappedVariables”. The “OnExit” functions in several other files in NodeCanvas are all using “TryReadMappedVariables” — SubDialogueTree, nestedBTState, NestedFSMState, etc.

Was “TryReadAndUnbindMappedVariables” a new introduction? What version did it show up in? Is it possible that somehow my asset store version is out of date? I’m on 3.1.8, January 08th 2021 version according to the asset store, but the version number in my graph canvas says “@NodeCanvas Framework v3.16”