The Billboard Renderer renders BillboardAssets, either from a premade Asset (exported from SpeedTree) or from a custom-created file (created using a script at runtime or from a custom editor, for example). For more information about creating Billboard Assets, see the BillboardAssets manual page and the BillboardAsset API reference.
Billboards are a level-of-detail (LOD) method of drawing complicated 3D Meshes in a simpler manner when they are distant in a Scene. Because the Mesh is distant, its size on screen and the low likelihood of it being a focal point in the Camera view means there is often less requirement to draw it in full detail.
Property: | Function: |
---|---|
Cast Shadows | If enabled, the billboard creates shadows when a shadow-casting Light shines on it. |
On | Enable shadows. |
Off | Disable shadows. |
Two Sided | Allow shadows to be cast from either side of the billboard (that is, backface culling is not taken into account). |
Shadows Only | Show shadows, but not the billboard itself. |
Receive Shadows | Check the box to enable shadows to be cast on the billboard. |
Motion Vectors | Check the box to enable rendering of the billboard’s motion vectors into the Camera Motion Vector Texture. See Renderer.motionVectors in the Scripting API for more information. |
Billboard | If you have a pre-made Billboard Asset, place it here to assign it to this Billboard Renderer. |
Light Probes | If enabled, and if baked Light Probes are present in the Scene, the Billboard Renderer uses an interpolated Light Probe for lighting. |
Off | Disable Light Probes. |
Blend Probes | The lighting applied to the billboard is interpreted from one interpolated Light Probe. |
Use Proxy Volume | The lighting applied to the Billboard Renderer is interpreted from a 3D grid of interpolated Light Probes. |
Reflection Probes | If enabled, and if Reflection Probes are present in the Scene, a reflection Texture is picked for this GameObject and set as a built-in Shader uniform variable. |
Off | Disable Reflection Probes. |
Blend Probes | The reflections applied to the billboard are interpreted from adjacent Reflection Probes, and do not take the the skybox into account. This is generally used for GameObjects that are “indoors” or in covered parts of the Scene (such as caves and tunnels), because the sky is not visible and therefore wouldn’t be reflected by the billboard. |
Blend Probes and Skybox | This works like Blend Probes, but also allows the skybox to be used in the blending. This is generally used for GameObjects in the open air, where the sky would always be visible and reflected. |
Simple | Reflection Probes are enabled, but no blending occurs between probes when there are two overlapping volumes. |
Did you find this page useful? Please give it a rating:
Thanks for rating this page!
What kind of problem would you like to report?
Thanks for letting us know! This page has been marked for review based on your feedback.
If you have time, you can provide more information to help us fix the problem faster.
Provide more information
You've told us this page needs code samples. If you'd like to help us further, you could provide a code sample, or tell us about what kind of code sample you'd like to see:
You've told us there are code samples on this page which don't work. If you know how to fix it, or have something better we could use instead, please let us know:
You've told us there is information missing from this page. Please tell us more about what's missing:
You've told us there is incorrect information on this page. If you know what we should change to make it correct, please tell us:
You've told us this page has unclear or confusing information. Please tell us more about what you found unclear or confusing, or let us know how we could make it clearer:
You've told us there is a spelling or grammar error on this page. Please tell us what's wrong:
You've told us this page has a problem. Please tell us more about what's wrong:
Thank you for helping to make the Unity documentation better!
Your feedback has been submitted as a ticket for our documentation team to review.
We are not able to reply to every ticket submitted.