Skip to main content

Lightbox Viewer

🌊 Any Platform

Lightbox Viewer lets you simultaneously visualize changes in shader material settings under different lighting conditions.

tip

This does not require VRChat to run. It has been tested to work on Unity 2019, and should work on newer versions.

Download

The tool is free for download. It can also be downloaded using VCC.

Direct download

VCC

How to use

Testing materials with Lightbox Viewer

To begin, choose an object, and click the three vertical dots next to the Transform component, and select Haï LightboxViewer.

image

Then, press Activate LightboxViewer. You can now move the scene camera to reframe, move the object around, and do your lighting tests live.

While this mode is active, the editor may slow down. Press Activate LightboxViewer again when not in use to improve the performance of the editor.

Testing in Play mode

Lightbox Viewer can be used in Play mode. Press Activate LightboxViewer before entering Play mode.

Post Processing

If Post Processing is not installed, you can press Install Post-processing. This lets you test color grading, bloom, and other effects.

Use the Post Processing checkbox to turn it on and off.

image

Lifting small objects off the ground

When testing small objects, they may appear inside the ground. Press Advanced, and change the Vertical Displacement slider to lift it off the ground.

image

Disable a lightbox

After pressing Activate LightboxViewer, the lightbox scene will show up in at the bottom of the hierarchy.

Expand the Lightboxes object. If you tag one of them as EditorOnly, the lightbox will no longer show up.

Enable a lightbox

Likewise, a lightbox can be enabled by marking it as Untagged. The default lightbox scene contains a hidden lightbox called Spotlight Cookie that you can enable this way.

image

Advanced usage

Camera roll

Camera Roll lets you roll the camera. This can be used to test how some shaders behave. Specifically, some matcap shaders can look strange in VR when tilting the head sideways.

By default, the Counter-rotate option is enabled, which keeps the preview upright despite the camera rolling.

Press Reset to restore the view upright.

Custom camera settings

If you need to tweak the camera settings (such as MSAA, HDR, ...), you can select a reference camera in Advanced > Reference Camera.

This will use most camera settings including the near and far clip plane. The scene camera continues to control the camera.

Realign after object movement

During operation, you can click Advanced > Realign to center the lightboxes back to your object after it has moved around.

Create your own lightbox scene

Lightbox Viewer is shipped with some default lightboxes that you can test your content with.

These lightboxes are contained in a scene called Lightbox.unity. You can select a different lightbox scene by creating one, or importing one created by someone else.

How it works

A lightbox scene is just a series of meshes put side by side with different lighting settings and post-processing settings.

image

In a lightbox scene, each lightbox is defined in an object in the root called Lightboxes. The position and rotation of the lightbox is used to determine where to place the object inside that lightbox.

image

Each lightbox can contain objects that are only enabled when taking a picture of that lightbox.

In particular, this affects real-time lights and post-processing settings. By putting these objects inside a lightbox, you can ensure that they are only enabled when taking a picture of that lightbox.

You don't need to put meshes, light probes, or reflection probes inside the Lightboxes hierarchy, but you can. The default lightbox scene has all the meshes and baked data defined outside the Lightboxes hierarchy.

When creating a lightbox scene, the same discipline as creating a world applies:

  • Set your world meshes static Contribute GI and Reflection Probe Static.
  • Make sure your world meshes has lightmaps UVs.
  • Mark your lights as Baked, unless you want to test for real time lighting.
  • Place reflection probes and light probes.
  • Bake your scene lighting and reflection probes.

Full mode of operation

When activating LightboxViewer, the following happens:

  • The lightbox scene is loaded as an additive scene on top of the current scene.
  • Light probes are re-applied (tetrahedralized).

When capturing lightboxes, the following happens:

  • If there is a reference camera in the Advanced settings, this camera is temporaily copied, otherwise a new one is temporaily created.
  • The camera copies the scene camera settings.
    • If there is a camera in the Advanced settings, the near and far clip plane are copied from that reference camera.
    • If not, the camera copies the near and far clip plane of the scene camera.
  • All light sources in the scene are temporaily disabled, except those in the lightbox scene.
  • All reflection probes in the scene are temporaily disabled, except those in the lightbox scene.
  • All children of the object called Lightboxes in the lightbox scene are disabled.

Each child of the object called Lightboxes generates a picture:

  • That child lightbox is enabled. This effectively enables anything inside of it that can influence the render, such as real time lights or post-processing volumes.
  • The object to be viewed is moved to that lightbox.
  • The camera takes a picture.
  • That child is disabled again.

If the child is tagged as EditorOnly, it will not be used.