Integration Errors After 5.1.6 --> 5.2.2

  • 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'

Yeah I’m not seeing many references to these classes in 5.2.0, the previous large update. Definitely not much under breaking changes for those two. (note: well, JobRecalculatePaths was moved out of FollowerControlSystem, so that’s seemingly the change that’s causing this)

I did see a big warning for deleting your previous installation in 5.2.2 however, so if you haven’t done that I would recommend that.

If you’ve done that/are still having issues let us know :+1:

That package does require some updates, yes.
I’m going to work with the author to make sure it happens.