-
Notifications
You must be signed in to change notification settings - Fork 19
Sample Projects
sindharta-tanuwijaya edited this page Mar 3, 2023
·
7 revisions
All sample projects are confirmed to be working on Unity 2020.3.45f1.
The Ball Dance Template is an example project that uses VisualCompositor, MaterialSwitch and other features to create an animated scene. Please refer to the following documentations to learn more about the project:
MaterialSwitchTemplate is an example project that uses the MaterialSwitch track and color palette to change a character's color settings to match the 2D background.
MultiLightsTemplate is an example project that uses VisualCompositor to create a look for a character using multiple lights and outline effects. This project contains two scenes.
- "LightLayers.unity" is a simple example of using the light layer function in HDRP with Visual Compositor.
- "MixingLightsforBodyAndFace.unity" provides a simple example of using SelectionGroupColorRenderNode to create a trimming mask for cropping and compositing in real time for an object in Visual Compositor which is lit using separate lights.