Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: hai-vr/lightbox-viewer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.0.1
Choose a base ref
...
head repository: hai-vr/lightbox-viewer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 5 commits
  • 29 files changed
  • 1 contributor

Commits on Nov 17, 2023

  1. Only include Editor platform

    hai-vr committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    c530c92 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. 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.
    hai-vr committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    4bc4b3f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0894489 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. 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.
    hai-vr committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    5d4ca32 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0fe2fae View commit details
    Browse the repository at this point in the history
Loading