Unity uses specialised components to configure and render lines, trails, and billboards.
How you work with lines, trails, and billboards depends on the render pipeline you use.
| 機能名 | ビルトインレンダーパイプライン | ユニバーサルレンダーパイプライン (URP) | HD レンダーパイプライン (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. |