quick start wrap up

Wrapping up the "3 ways to display"

  1. We displayed the silhouette over the frame's display area using 2 GameObjects.

  • Frame display area was displayed by the fancy_picture_frame_01_capture_canvas

  • Silhouette was displayed by the Captured Shadow Display Quad

circle-info

This solution puts a gameobject slightly in front of the canvas display area to give you the illusion of the silhouette being apart of the frame.

  1. We displayed the silhouette over the frame's display area using 1 GameObject.

  • Frame display area and silhouette were displayed by the Quad Display Canvas Baked

circle-info

This solution bakes the silhouette directly into the canvas display area, using only 1 texture for displaying.

  1. We displayed the silhouette over the frame's display area using 1 GameObject in another way.

  • Frame display area and silhouette were displayed by the Quad Display Area With Silhouette Cutout.

circle-info

This solution uses a custom shader to cutout the area of the silhouette texture from the canvas display area and paste in the silhouette texture.

Last updated