So I have a pipe game that allows for multiple solutions so I need a flexible way to test if the start and end points are connected.
In another engine I did this in I was able to use the pathfinding to test if there was a path available between the 2 objects by making each piece a path piece.
Thoughts on how I could do this?