Home > Blockchain >  How to draw a dot line between 3d object in Unity
How to draw a dot line between 3d object in Unity

Time:09-15

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?

Thank you. enter image description here

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.

  • Related