Skip to content

Releases: hai-vr/lightbox-viewer

2.2.0

20 Jun 11:31
Compare
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
Compare
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
Compare
Choose a tag to compare
Only include Editor platform

2.0.1

17 Nov 08:52
Compare
Choose a tag to compare
Add legacyFolders instruction

2.0.0

17 Nov 07:05
Compare
Choose a tag to compare
Add workflow

Lightbox V1.0.2

17 May 21:31
Compare
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
Compare
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
Compare
Choose a tag to compare

Initial release.