I have the above version of unity beta and i have updated the astar pro to the 3.8.7.
I have compiler errors
Assets/AstarPathfindingProject/Modifiers/FunnelModifier2D.cs(217,64): error CS0117: Pathfinding.VectorMath' does not contain a definition for
SignedTriangleAreaTimes2’
Assets/AstarPathfindingProject/Modifiers/FunnelModifier2D.cs(215,32): error CS0117: Pathfinding.VectorMath' does not contain a definition for
SignedTriangleAreaTimes2’
Assets/AstarPathfindingProject/Modifiers/FunnelModifier2D.cs(192,65): error CS0117: Pathfinding.VectorMath' does not contain a definition for
SignedTriangleAreaTimes2’
Assets/AstarPathfindingProject/Modifiers/FunnelModifier2D.cs(190,32): error CS0117: Pathfinding.VectorMath' does not contain a definition for
SignedTriangleAreaTimes2’
Assets/AstarPathfindingProject/Modifiers/FunnelModifier2D.cs(145,29): error CS0117: Pathfinding.VectorMath' does not contain a definition for
IsClockwise’
Assets/AstarPathfindingProject/Modifiers/FunnelModifier2D.cs(122,31): error CS0117: Pathfinding.VectorMath' does not contain a definition for
IsColinear’
Could you advise ?