Releases: hai-vr/lightbox-viewer
2.3.0-beta.2
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
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
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
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
Only include Editor platform
2.0.1
Add legacyFolders instruction
2.0.0
Add workflow
Lightbox V1.0.2
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
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
Initial release.