WAYFINDING
A downloadable tool
Download NowName your own price
Version: 1.1.3
Description:
AI pathfinding with referencable waypoints
Package Mirrors:
Key Scripts & Components:
- 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)
- public static class WaypointManager
- public class WaypointReference : ScriptableObject
- Properties:
- public String ID { get; set; }
- public String Name { get; }
- Methods:
- public virtual void Reset()
- 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()
- public class WaypointTraverserAnimator : MonoBehaviour
- Properties:
- public Boolean AnimatorBoolValue { get; }
- Methods:
- public void SetBool(Boolean value)
Status | Released |
Category | Tool |
Author | Iron Mountain |
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.