How to Show PointGraph in Game?

Hello,
How to Show PointGraph in Game?
Thanks

Hi

There’s nothing built-in for this. However, you could do it using e.g. ALINE - Drawing tools for Unity or some similar library.

Thank you for the reply. PointGraph is already generating for gizmo. Can you please tell me in which script and from which line it’s starting to create this gizmo?

It’s generated in PointGenerator.cs → OnDrawGizmos.