Can Light's shape be a capsule?

I found all the lights in Unity3d Light system can’t change the shape of light,
Can I change it?Thx…

2 Answers

2

Have a look at the Self-Illumin category in the list of shaders. You can create a capsule game object and assign a material which is using a self illuminated shader.

As far as I know, you have only have point, spot and direction light. What you can do is make a self-illuminated material and attach a point light to your object. But still, the falloff will be a sphere.