hello friends,
i need some help from you friends,im working with pool game in that i want to draw raycast line like below
please give some tips or any link to refer this…
hello friends,
i need some help from you friends,im working with pool game in that i want to draw raycast line like below
please give some tips or any link to refer this…
Have you tried Gizmos.DrawLine ? Are you trying to draw this line in the editor, game or both ? LineRenderer works pretty good. ![]()
thanks for your reply friend,
yes i tried linerenderer ,but its draw a single line only, but what i want exactly in the image ,single line-circle-another two line like angles… And im trying to do this at gameplay…
anybody is their…
koi ni h ![]()
sorry fr disturb
You can use programs such as Vectorosity to do this sort of line rendering. But, if you want ultimate control over the look and feel of your graphics, then you have to build the meshes and textures yourself. Do this in a 3D editor such as Blender and learn how to import your own mesh and texture assets.