Hey guys, just a simple question...
I want to make a Laser light which has a beam of light in a straight line that is also visible just like a laser visible in smoke, if you understand me lol
Any ideas or directions? Thanks in advance
Hey guys, just a simple question...
I want to make a Laser light which has a beam of light in a straight line that is also visible just like a laser visible in smoke, if you understand me lol
Any ideas or directions? Thanks in advance
There are many ways this could be done, but if you're looking for a relatively simple solution, you might check out the built-in 'line renderer' component. You can assign vertex coordinates to the line renderer via scripting, and that along with a raycast should allow you to create the effect you describe.