IMPORTANT: This does NOT support WIDTH (yet).
Features:
- Node type - Line3D
- Custom line colors
- As many points as you like
- 1 pixel wide lines
Download
Drop the folder in the .zip file into the root of the project (so the paths are "res://line3d/line_3d.gd"), if you choose any other location, make sure to update the icon path in the script. Make sure to open the script at least once (in the editor) so that godot recognizes it.
Usage
Create a Line3D Node (below MeshInstance3D). You can set the parameters however you like (currently Color, Points and Closed) - it updates in the editor and in the project automatically.
Note
Do not change the Mesh and Material Override manually! If you remove them, it will be replaced, but if you change it, it will crash your project (I am working on a system that prevents it from crashing).
Changelog for version Version 2
No changelog provided for this version.