Skip to content

Releases: hai-vr/lightbox-viewer

2.3.0-beta.2

20 May 15:40

Choose a tag to compare

2.3.0-beta.2 Pre-release
Pre-release

Fix "Unknown error occurred while loading LightingData.asset":

  • Re-bake scene with a separate .lighting file.
  • This should address the "Unknown error occurred while loading LightingData.asset" error.

2.3.0-beta.1

20 May 15:03

Choose a tag to compare

2.3.0-beta.1 Pre-release
Pre-release

Add support for Light Volumes if it is installed in the project.

The lightboxes themselves do not change, so the differences are subtle. The Pink scene is the most notable because the left hand will be lit pink and the right hand will be lit purple.


Add Light Volumes scene:

  • Add scene to support Light Volumes: https://github.com/REDSIM/VRCLightVolumes
    • Scene is baked differently from main scene, as it uses Progressive GPU instead of CPU.
    • Scene has inactive lightboxes with Light Volumes disabled.
  • This scene is selected by default if the Light Volumes package version 0.7.2 or higher is installed.

2.2.0

20 Jun 11:31

Choose a tag to compare

Try to improve speed in Edit mode by removing all MonoBehaviours from the copy:

  • Try to improve the runtime speed in Edit mode by removing all MonoBehaviours from the copy, so that the OnEnable/OnDestroy don't get invoked.
  • This is done by parenting the copy to a disabled parent before removing all MonoBehaviours from the copy.

2.1.0

28 Mar 12:13

Choose a tag to compare

Re-bake lighting of Lightbox scene in Unity 2022:

  • The current lightmap seems to misbehave in Unity 2022, especially the White box.
  • Lighting has been re-baked in Unity 2022.
  • The package is now classified as being a Unity 2022.3 package.

2.0.2

17 Nov 21:50

Choose a tag to compare

Only include Editor platform

2.0.1

17 Nov 08:52

Choose a tag to compare

Add legacyFolders instruction

2.0.0

17 Nov 07:05

Choose a tag to compare

Add workflow

Lightbox V1.0.2

17 May 21:31

Choose a tag to compare

Warning: When updating Lightbox Viewer, keep in mind that the package contains the Lightbox scene. If you have modified the scene, make sure to make a copy!

Fix entering Play mode should work without having experimental options.

f77a655 Fix entering Play mode should work without having experimental options: - Entering Play Mode was not possible without having experimental options ("Reload Domain" and "Reload Scene" OFF).

Lightbox V1.0.1

17 May 14:39

Choose a tag to compare

Warning: When updating Lightbox Viewer, keep in mind that the package contains the Lightbox scene. If you have modified the scene, make sure to make a copy!

UI Text is not rendered over the mesh after the initial activation, even if the Play mode is not entered.

58a8a4e Fix UI text no longer renders over everything: - Fix UI text no longer renders over everything without having to enter Play mode

Lightbox V1.0.0

16 May 23:01
0295ea5

Choose a tag to compare

Initial release.