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: oneVR/VRWorldToolkit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: V2.1.5
Choose a base ref
...
head repository: oneVR/VRWorldToolkit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: V3.0.0
Choose a head ref
  • 18 commits
  • 13 files changed
  • 6 contributors

Commits on Jan 31, 2024

  1. Enhance BuildReportTreeView with Asset Bulk Selection (#26)

    Introduces a new feature in the BuildReportTreeView that allows users to quickly select multiple assets in the Unity Editor's Asset window directly from the Build Report. This enhancement greatly streamlines the workflow when needing to adjust import settings or other properties for a batch of assets identified in the build report.
    
    - Added SelectAssetsInProjectWindow method to handle asset selection.
    - Included a new context menu item "Select in Assets" that triggers this method.
    akira0245 authored Jan 31, 2024
    Configuration menu
    Copy the full SHA
    91115da View commit details
    Browse the repository at this point in the history
  2. Update obsolete Unity APIs

    oneVR committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    5908149 View commit details
    Browse the repository at this point in the history
  3. Toggle objects on build (#25)

    Co-authored-by: 1 <[email protected]>
    Toocanzs and oneVR authored Jan 31, 2024
    Configuration menu
    Copy the full SHA
    f657283 View commit details
    Browse the repository at this point in the history
  4. Update MassTextureImporter.cs (#15)

    Co-authored-by: 1 <[email protected]>
    Codel1417 and oneVR authored Jan 31, 2024
    Configuration menu
    Copy the full SHA
    8f5ea6c View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2024

  1. Make World Debugger usable in non-VRChat projects (#27)

    * Make World Debugger usable in non-VRChat projects:
    - Generic project types now run the World debugger.
    - Code paths that depend on VRChat are muted if SDK3 is not found.
    
    * Remove VPM dependency to VRChat:
    - VRWorldToolkit does not need the VRChat SDK to be used.
    
    ---------
    
    Co-authored-by: Haï~ <[email protected]>
    hai-vr and hai-vr authored Feb 18, 2024
    Configuration menu
    Copy the full SHA
    d1cf992 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    02bfb31 View commit details
    Browse the repository at this point in the history
  3. Update README

    oneVR committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    972b4f3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f880218 View commit details
    Browse the repository at this point in the history
  5. Update README.md

    oneVR authored Feb 18, 2024
    Configuration menu
    Copy the full SHA
    999a50f View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Merge pull request #28 from oneVR/vpm

    Merge vpm to master
    oneVR authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    522454b View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Update documentation links

    oneVR committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    5306369 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2024

  1. Increment version number

    oneVR committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    cc5b774 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca70407 View commit details
    Browse the repository at this point in the history
  3. Fix for big files or projects

    oneVR committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    8ec2459 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6a5090d View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Code cleanup

    oneVR committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    49a5c7f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c2af15c View commit details
    Browse the repository at this point in the history
  3. Update About window

    oneVR committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    4d58631 View commit details
    Browse the repository at this point in the history
Loading