Releases: hai-vr/lightbox-viewer
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.