Hi All,
for the past few days I have been trying to get this asset to work, but for some reason it hates me. I installed it, enabled it for Javascript and everything works… Until I try to get some code going…
I’m using Monodevelop and my first lines look like this:
import Pathfinding;
var targetPosition : Transform;
var seeker : Seeker;
var controller : CharacterController;
var path : Path;
It will not build. Everytime I get the error that Seeker and Path do not denote valid types. I have tried everything that is suggested on the internet: move my script into the Plugin dir, the pathfinding dir, reinstall Unity, reimport the package, disable javascript, enable javascript. I can’t get it to work! I am getting desperate here. Does anyone have a sollution or the name of a different asset that does not rely on C#?