Godot 3D Debugging Lines

10 months ago
99

This is to essentially draw gizmos in code to see a visual of positions and such that you're coding with. This is a big help in understanding what your code is doing in 3D spaces.

Repo w/ the script:
https://github.com/GeneralProtectionFault/Godot-3D-Lines-CSharp

Original C# fork & original repo, to which most of the credit is due:
https://github.com/Rytelier/Godot-3D-Lines-CSharp
https://github.com/klaykree/Godot-3D-Lines

Loading comments...