A downloadable tool

Download NowName your own price

Version: 1.1.3


Description:

AI pathfinding with referencable waypoints


Package Mirrors:

gitnpmitch.io


Key Scripts & Components:

  1. public class Waypoint : MonoBehaviour
    • Properties:
      • public WaypointReference Reference { get; set; }
      • public List<waypoint> Neighbors { get; }</waypoint>
    • Methods:
      • public void AddNeighbor(Waypoint neighbor)
      • public void RemoveNeighbor(Waypoint neighbor)
  2. public static class WaypointManager
  3. public class WaypointReference : ScriptableObject
    • Properties:
      • public String ID { get; set; }
      • public String Name { get; }
    • Methods:
      • public virtual void Reset()
  4. public class WaypointTraverser : MonoBehaviour
    • Actions:
      • public event Action OnMovingChanged
      • public event Action OnCurrentWaypointChanged
    • Properties:
      • public float Speed { get; set; }
      • public float Multiplier { get; set; }
      • public Vector3 Offset { get; set; }
      • public Boolean Rotate { get; set; }
      • public float RotationMultiplier { get; set; }
      • public Boolean Moving { get; }
      • public Waypoint CurrentWaypoint { get; set; }
      • public Waypoint DestinationWaypoint { get; set; }
    • Methods:
      • public void Initialize(Waypoint start, Waypoint destination)
      • public Vector3 GetDirection()
  5. public class WaypointTraverserAnimator : MonoBehaviour
    • Properties:
      • public Boolean AnimatorBoolValue { get; }
    • Methods:
      • public void SetBool(Boolean value)

    Download

    Download NowName your own price

    Click download now to get access to the following files:

    com.iron-mountain.wayfinding.unitypackage 32 kB

    Leave a comment

    Log in with itch.io to leave a comment.