3D Road Indicator


Draw road indicators. It allows for the creation, cancellation, and management of paths between various points in the game world.


by OSMX


Price History +

The Road Indicator package provides functionality for managing indicator paths in Unity. It includes a RoadIndicatorManager class responsible for setting up and managing the indicator paths. Key features include:

  • Indicator Setup: The package allows setting indicator paths from the player's current position to designated destinations in the scene.
  • Path Visualization: It visualizes the calculated path using a LineRenderer, enabling users to see the path from start to finish.
  • Destination Management: Users can set destination points and customize parameters such as path width and destination point radius.
  • Path Control: The package provides methods for setting and canceling indicator paths, giving users control over path creation and deletion.