Path Tool

An asset by eerik
The page banner background of a mountain and forest
Path Tool hero image

Quick Information

0 ratings
Path Tool icon image
eerik
Path Tool

This Godot plugin allows you to create 3D paths with weights and curves that you can export as a CSV and use in projects.Example usage for this would be a path network for city traffic.

Supported Engine Version
4.0
Version String
1.0
License Version
MIT
Support Level
community
Modified Date
1 year ago
Git URL
Issue URL

Download the ZIP and extract it. Copy the addons directory to your godot 4.0 project root. Then in godot go to project settings -> plugins and enable the path-tool plugin.

README path_tool_screenshot3

Demo video: https://youtu.be/45_5DmTPMP0

How to use:

First before anything add a PathPointManager node to the 3D scene's root from "Add Child Node" button in the "Scene" dock. Add PathPoint3D (PP) nodes under the PathPointManager node from "Add Child Node" button in the "Scene" dock. Select PP you want to connect from and press "Assign source PathPoint3D (b)" from the PathToolDock. Then select PPs you want to connect to from the source PP and press "Assign next neighbours (n)" from the PathToolDock. Assigning a PP as a source node is only needed when assigning next neighbours directly as instructed above.

OR the faster way:

Click on a PP you want to connect from, then press "Create next neighbour (d)". It creates a new PP and automatically connects the old PP to the new one. Then just move the new new PP to a wanted position and repeat.

OR the super fast way:

Click on a PP you want to connect from, then press "Enable super mode (s)". Then move you mouse anywhere in the scene and press space bar to create a PP into the location of your mouse. It creates a new PP and connects the previously selected PP to the new one. You can keep placing new PPs like that as long as there's collision shapes where the mouse is. Alternatively, you don't need to have any PPs selected when starting to use super mode, using it this way just creates a new PP without any connections. When you're done, click "Disable super mode (s)".

PP colors:

Red = Not connected into or from anything

Blue = Currently selected source PP

Yellow = Connected from a PP but doesn't connect into any PPs

Purple = Connects into PPs but is not connected from any PPs

Green = Connected both ways

You can manipulate path settings (curve value, auto curvature, weights for the csv export) by clicking on a path between two PPs.

You can manipulate PP settings (tags) by clicking on a PP.

README path_tool_screenshot2

This Godot plugin allows you to create 3D paths with weights and curves that you can export as a CSV and use in projects.
Example usage for this would be a path network for city traffic.

Reviews

0 ratings

Your Rating

Headline must be at least 3 characters but not more than 50
Review must be at least 5 characters but not more than 500
Please sign in to add a review

Quick Information

0 ratings
Path Tool icon image
eerik
Path Tool

This Godot plugin allows you to create 3D paths with weights and curves that you can export as a CSV and use in projects.Example usage for this would be a path network for city traffic.

Supported Engine Version
4.0
Version String
1.0
License Version
MIT
Support Level
community
Modified Date
1 year ago
Git URL
Issue URL

Open Source

Released under the AGPLv3 license

Plug and Play

Browse assets directly from Godot

Community Driven

Created by developers for developers