I know, at first I was trying to make chaine as visible object, but after few hours of trying I gave up. Maybe if there were more time.
Viewing post in Ghost on Chain jam comments
Are you using Godot?
I have used a Line2D to link the orbs in my game, you could use one too. I have the code on Github if you want to see how I did it (just look at the Line2D node called "Link" inside the World.tscn scene)
https://github.com/gabriele6/Nebulasteroids
EDIT: nevermind I see you're using Unity