Beta missing scripts in examples

unity v2022.2.16

Installed the beta and samples package, tried to open a sample scene and there are missing scripts:

Tried a few other sample scenes and none worked/had errors.

Am I missing something?

All of the astar scripts seem to be missing including on all of my prefabs. I’m assuming there is still a RichAI/Seeker script in the beta, but what am I missing?

Hi

Check if you have any compiler errors. If not, try re-importing the package. It looks like you are missing a dependency.

Reimport on the package works. This seems to be a normal problem with unity packages, you have to keep reimporting them to fix things after you install them. Perhaps add that to the install docs?

Note in unity 2022.3.3f1 at least some of the example projects are broken.

This was a new empty project, only assets imported are astar beta and the samples.

Example3_Recast_Navmesh1


Example4_Recast_Navmesh2
Doesn’t appear to have any missing scripts, but the agent doesn’t move when you double click to move the target during playmode. You can see the path being drawn to the new target location, but the agent never moves.
astar_betaRecastNotMoving

Figured out some of it…

The install is missing the define MODULE_ENTITIES, and also doesn’t install Entities.
After doing both of those the missing script problem seems to be gone and I can now use the FollowEntities component.