I am trying to create a bit of a game where 3d house objects are used.
Also there are some 3d cubes to show the specific points in the house.
I would like to draw dot lines between these 3d cubes so that I can instruct users where to go next kind of things.
I achieved to draw a line in between but not dot lines like the photo attached.
I googled but found nothing...
Does anyone know how to achieve that?
CodePudding user response:
Solved with help from Kalender.
Go to the unity forum and download the texture unity_31130666 attaches and apply it to LineRenderer with a bit of adjustment of shader.
It all worked.