I'm trying to create a dynamic structure in Unity using prefab GameObjects and `LineRenderer`.
For now, I manually place the nodes and connect them using multiple LineRenderers (as shown in the script below), but this approach doesn't scale and is not flexible.
My goal is to:
1. Automatically...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.