Hi,
After removing the previous 5.x version using the Package Manager, I installed v.5.3.4.
In one of my custom scripts, I have:
using Pathfinding;
...
FollowerEntity followerEntity;
followerEntity.maxSpeed = speed;
...
The above code worked well before the update.
However, after the update, I got the following error:
error CS1061: ‘FollowerEntity’ does not contain a definition for ‘maxSpeed’
I searched in VS for “FollowerEntity” and there was only one instance, i.e., the one in the FollowerEntity.cs file.
So, I removed the 5.3.4. package, searched for “FollowerEntity” again, just in case, and there was nothing found.
I then installed 5.3.4. using the scoped registry method, and the problem was still there. I restarted Unity, did another package removal and reinstallation from the scoped registry, but no change.
I’m out of ideas.
I’d really appreciate your help to solve this.
Thank you in advance.