Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit)

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