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: unity3d-jp/UnityChanSpringBone
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: release/1.1
Choose a base ref
...
head repository: unity3d-jp/UnityChanSpringBone
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dev/main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 36 files changed
  • 5 contributors

Commits on Jul 16, 2020

  1. Configuration menu
    Copy the full SHA
    7cc16f3 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2020

  1. Configuration menu
    Copy the full SHA
    5c87fd2 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2020

  1. Configuration menu
    Copy the full SHA
    8e3a105 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2021

  1. Add conditional localization import

    Localization API moved in 2020.1 and 2020.2
    riina committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    24f4b29 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2021

  1. Configuration menu
    Copy the full SHA
    123bdf0 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2021

  1. Adjust version to 1.2.1-preview.0

    Technically based off 1.2.1-preview, but package manifest originally listed 1.2.0-preview
    riina committed Sep 25, 2021
    Configuration menu
    Copy the full SHA
    443811a View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2021

  1. Merge pull request #10 from cyriaca/dev/l10n

    Add conditional localization import
    H3idi-X authored Oct 15, 2021
    Configuration menu
    Copy the full SHA
    386ed22 View commit details
    Browse the repository at this point in the history
  2. Consider model scale (#11)

    Even if the model is scaled, the size of the gizmo will not be scaled. So you can't set the collision.
    This change will take scale into account and fix it to work correctly.
    tyfkda authored Oct 15, 2021
    Configuration menu
    Copy the full SHA
    715ee38 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e6a5df3 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2021

  1. Feature/prepare1.2.2 preview (#15)

    * Updated CHANGELOG.md package.json
    Added upm-ci
    
    * Re-added some to  CHANGELOG.md.
    
    * Updated upm-ci file to check web-hook on GitHub.
    
    * updated upm-ci-SpringBone.yml
    
    * Set up tentative enviroment just to make the project can pass yamato-ci.test.
    
    * Fixed: old mac build farm in upm-ci
    
    * Added Tests.meta to avoid yamato-ci errors.
    
    * added Tests.meta to .gitattribute
    
    * 1.2.2 should be also preview as 1.1.0 was preview in package.json too.
    H3idi-X authored Oct 16, 2021
    Configuration menu
    Copy the full SHA
    6e01257 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2021

  1. invariant reading for csv + internal simplifcation (#18)

    * invariant reading for csv, minor semantic improvements
    
    -StringQueueObjectBuilder/TextRecordParsing Reading float data for CSV uses invariant culture (period as decimal separator) to ensure periods are used as decimal separator
    -UnityComponentStringListBuilder/StringQueueObjectBuilder: Simplified internal code using Where(del).First()/FirstOrDefault() to instead directly use delegate-consuming First/FirstOrDefault
    -TextRecordParsing: Adjusted a usage of a read-only collection in a method to be private class member
    -TypedStringToValueMap: replaced a ternary operator with null-coalescing
    -SaveSpringBoneSetupWindow: removed unused using directive
    
    * -Apply invariant StringQueueObjectBuilder float reading
    riina authored Dec 25, 2021
    Configuration menu
    Copy the full SHA
    ead9ef1 View commit details
    Browse the repository at this point in the history
Loading