Reply To: The namespace `NodeCanvas’ already contains a definition for `ITaskAssignable’

Forums đź’¬ NodeCanvas ⚙️ Support The namespace `NodeCanvas’ already contains a definition for `ITaskAssignable’ Reply To: The namespace `NodeCanvas’ already contains a definition for `ITaskAssignable’

#19751
Gavalakis
Keymaster

    Well, I too liked the conditions on the connection at some degree, but in the end I thought of removing them so that the design get more consistent working only with nodes (for BTs only of course), and so that the workflow is more streamlined.
    It was a hard decision really 🙂

    If you want to use them again, you should open up BTConnections.cs and instead of extending Connection, extend it from ConditionalConnection.
    But be aware, that when you later on update, everything will be lost, so i highly dont recommend it. I will see if I can find an upgradable compatible option that though its still a bit behind the scenes.