Hi, I’m trying to get nodecanvas(v3.2.9) to work with sensor toolkit 2 (v2.5.9), unity version 2022.3.14f1, but I’m seeing these errors in the code:
1
2
3
4
5
6
7
8
9
AssetsParadoxNotion_ResourcesNodeCanvas ResourcesIntegrationsSensorToolkitSetSeekTarget.cs(22,28):error CS1061:'SteerSeek'does notcontainadefinition for'TargetDistance'andno accessible extension method'TargetDistance'acceptingafirst argument of type'SteerSeek'could be found(are you missingausing directive oran assembly reference?)
AssetsParadoxNotion_ResourcesNodeCanvas ResourcesIntegrationsSensorToolkitSetSeekTarget.cs(26,28):error CS1061:'SteerSeek'does notcontainadefinition for'DestinationTransform'andno accessible extension method'DestinationTransform'acceptingafirst argument of type'SteerSeek'could be found(are you missingausing directive oran assembly reference?)
AssetsParadoxNotion_ResourcesNodeCanvas ResourcesIntegrationsSensorToolkitSetSeekTarget.cs(28,28):error CS1061:'SteerSeek'does notcontainadefinition for'Destination'andno accessible extension method'Destination'acceptingafirst argument of type'SteerSeek'could be found(are you missingausing directive oran assembly reference?)
AssetsParadoxNotion_ResourcesNodeCanvas ResourcesIntegrationsSensorToolkitSetSeekTarget.cs(30,28):error CS1061:'SteerSeek'does notcontainadefinition for'ClearDestination'andno accessible extension method'ClearDestination'acceptingafirst argument of type'SteerSeek'could be found(are you missingausing directive oran assembly reference?)
seems like the support package is outdated since it was released before the current sensor toolkit version, I guess the fixes may be simple but I’m not familiar with either nodecanvas or sensortoolkit, i got both frameworks a few days ago really, but if you can point me out what to change, I’ll appreciate it.