- A* version: 5.2.2
- Unity version: 2022.3.49f1
I upgraded from 5.1.6 to 5.2.2 and started receiving the below errors from the integrated package Agents Navigation. Was wondering if these had change specifically as I am not seeing notes for them in the Changelog.
Packages\com.projectdawn.navigation\ProjectDawn.Navigation.Astar\AstarPathingSystem.cs(114,17): error CS0103: The name 'JobRecalculatePaths' does not exist in the current context
Packages\com.projectdawn.navigation\ProjectDawn.Navigation.Astar\AstarPathingSystem.cs(134,58): error CS0117: 'FollowerControlSystem' does not contain a definition for 'NextLinkToTraverse'
Packages\com.projectdawn.navigation\ProjectDawn.Navigation.Astar\AstarPathingSystem.cs(139,69): error CS0117: 'FollowerControlSystem' does not contain a definition for 'ResolveOffMeshLinkHandler'
Packages\com.projectdawn.navigation\ProjectDawn.Navigation.Astar\AstarPathingSystem.cs(114,17): error CS0103: The name 'JobRecalculatePaths' does not exist in the current context
Packages\com.projectdawn.navigation\ProjectDawn.Navigation.Astar\AstarPathingSystem.cs(134,58): error CS0117: 'FollowerControlSystem' does not contain a definition for 'NextLinkToTraverse'
Packages\com.projectdawn.navigation\ProjectDawn.Navigation.Astar\AstarPathingSystem.cs(139,69): error CS0117: 'FollowerControlSystem' does not contain a definition for 'ResolveOffMeshLinkHandler'
Packages\com.projectdawn.navigation\ProjectDawn.Navigation.Astar\AstarPathingSystem.cs(377,70): error CS0117: 'FollowerControlSystem' does not contain a definition for 'NextLinkToTraverse'