Skip to content
On this page

Getting started - materials

Simplygon supports the Standard (BiRP), URP, and HDRP rendering pipelines. Below is a short guide on how to setup material baking in Unity with the supported rendering pipelines and shaders.

Casting of materials is done with Simplygons ComputeCasters. The Unity plugin sends the shader used in the material to Simplygon which "bakes" it and returns a new material to Unity.

How to setup Compute Casters

This is the screen you'll see when you add your first lod component to the pipeline.

  1. In the main settings menu for the UI you can now edit and save the pipelines you create. This makes it possible to create your own custom pipelines.
  2. This is Unity specific settings used when you run the pipeline.
  3. The LOD components will show up here.
  4. Use these buttons to add cascaded LOD components or remove the current LOD component.
  5. Use this button to add material casters to the current LOD component. For URP or HDRP, choose the ComputeCaster.
  6. The material casters attached to the LOD component will show up here.
  7. Use this button to add another LOD component to the pipeline.
  8. Before you run the pipeline you need to select all scene objects you want to process. The selection will show up here.
  9. When the pipeline is created and you have selected all objects for processing you can click this button to start the processing.
Pipeline screen.
Pipeline screen.