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
Assets\ParadoxNotion\_Resources\NodeCanvas Resources\Integrations\SensorToolkit\SetSeekTarget.cs(22,28):error CS1061:'SteerSeek'does not containadefinition for'TargetDistance'and no accessible extension method'TargetDistance'acceptingafirst argument of type'SteerSeek'could be found(are you missingausingdirective or an assembly reference?)
Assets\ParadoxNotion\_Resources\NodeCanvas Resources\Integrations\SensorToolkit\SetSeekTarget.cs(26,28):error CS1061:'SteerSeek'does not containadefinition for'DestinationTransform'and no accessible extension method'DestinationTransform'acceptingafirst argument of type'SteerSeek'could be found(are you missingausingdirective or an assembly reference?)
Assets\ParadoxNotion\_Resources\NodeCanvas Resources\Integrations\SensorToolkit\SetSeekTarget.cs(28,28):error CS1061:'SteerSeek'does not containadefinition for'Destination'and no accessible extension method'Destination'acceptingafirst argument of type'SteerSeek'could be found(are you missingausingdirective or an assembly reference?)
Assets\ParadoxNotion\_Resources\NodeCanvas Resources\Integrations\SensorToolkit\SetSeekTarget.cs(30,28):error CS1061:'SteerSeek'does not containadefinition for'ClearDestination'and no accessible extension method'ClearDestination'acceptingafirst argument of type'SteerSeek'could be found(are you missingausingdirective or an 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.