Unity uses specialised components to configure and render lines, trails, and billboards.
How you work with lines, trails, and billboards depends on the render pipelineA series of operations that take the contents of a Scene, and displays them on a screen. Unity lets you choose from pre-built render pipelines, or write your own. More info
See in Glossary you use.
功能名称 | 内置渲染管线 | 通用渲染管线 (URP) | 高清渲染管线 (HDRP) |
---|---|---|---|
Line Renderer component | Yes. | Yes. | Yes. |
Trail Renderer component | Yes. | Yes. You can also use VFX Graph to create a custom trail effect. |
Yes. You can also use VFX Graph to create a custom trail effect. |
Billboard Renderer component | Yes. | Yes. | Yes. Only with VFX Graph. |