dynamicobjects

  1. SalmaBend2003

    dynamically generate intermediate nodes

    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...
Back
Top Bottom