A Projector allows you to project a MaterialAn asset that defines how a surface should be rendered. More info
See in Glossary onto all objects that intersect its frustum. The Material must use the Projector/Light or Projector/Multiply shadersA program that runs on the GPU. More info
See in Glossary, available in Unity’s Standard Assets.
You can use a Projector to create:
The Projector component is only compatible with the Built-in Render Pipeline and the availability of a alternative solution depends on which 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 are using.
Render pipeline | Post-processingA process that improves product visuals by applying filters and effects before the image appears on screen. You can use post-processing effects to simulate physical camera and film properties, for example Bloom and Depth of Field. More info post processing, postprocessing, postprocess See in Glossary support |
---|---|
Built-in Render Pipeline | The Built-in Render Pipeline is compatible with the Projector component. |
Universal Render Pipeline (URP) | URP is not compatible with the Projector component. URP does not currently include an alternative solution. |
High Definition Render Pipeline (HDRP) | HDRP is not compatible with the Projector component. However, HDRP includes the Decal Projector component which you can use to project Materials into your SceneA Scene contains the environments and menus of your game. Think of each unique Scene file as a unique level. In each Scene, you place your environments, obstacles, and decorations, essentially designing and building your game in pieces. More info See in Glossary. |
Standard Assets contains example PrefabsAn asset type that allows you to store a GameObject complete with components and properties. The prefab acts as a template from which you can create new object instances in the scene. More info
See in Glossary that demonstrate the use of Projector components.
To use the Prefabs:
You can use the Prefab as is in your Project, modify it, or examine it to see how it is configured.
Property: | Function: |
---|---|
Near Clip Plane | Objects in front of the near clip plane will not be projected upon. |
Far Clip Plane | Objects beyond this distance will not be projected upon. |
Field Of View | The field of view in degrees. This is only used if the Projector is not Orthographic. |
Aspect RatioThe relationship of an image’s proportional dimensions, such as its width and height. See in Glossary |
This allows you to tune the height and width of the Projector. |
Orthographic | If enabled, the Projector will be Orthographic instead of perspective. |
Orthographic Size | The Orthographic size of the Projection. This is only used if Orthographic is enabled. |
Material | The Material that will be projected. |
Ignore Layers | Objects in Layers that you specify here will not be projected upon. The default value is None. |
When configuring a Material to use with the Projector/Light and Projector/Multiply shaders, be aware of the following:
Cookie texture:
Falloff texture (if present):