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: Thundernerd/Unity3D-SerializableInterface
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.12.0
Choose a base ref
...
head repository: Thundernerd/Unity3D-SerializableInterface
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.12.1
Choose a head ref
  • 7 commits
  • 5 files changed
  • 4 contributors

Commits on Aug 17, 2022

  1. fix: fix issue with unity version 2021.1

    issue #51
    mnicolas94 committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    d81e9df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ffe848c View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2022

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

Commits on Sep 9, 2022

  1. Configuration menu
    Copy the full SHA
    a99815f View commit details
    Browse the repository at this point in the history
  2. fix: make changes requested in code review. Also, fix stop condition …

    …in for loop that traverses serialized property's path in SerializedPropertyUtilities.GetValue() function
    mnicolas94 committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    191d442 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2022

  1. Configuration menu
    Copy the full SHA
    5b8784f View commit details
    Browse the repository at this point in the history
  2. chore(release): 1.12.1 [skip ci]

    ### [1.12.1](v1.12.0...v1.12.1) (2022-09-10)
    
    ### Bug Fixes
    
    * fix editor drawing of managed classes inside list ([8d66349](8d66349))
    * fix issue with unity version 2021.1 ([d81e9df](d81e9df)), closes [#51](#51)
    * fix version directive in IconUtility ([ffe848c](ffe848c)), closes [#51](#51)
    * make changes requested in code review. Also, fix stop condition in for loop that traverses serialized property's path in SerializedPropertyUtilities.GetValue() function ([191d442](191d442))
    semantic-release-bot committed Sep 10, 2022
    Configuration menu
    Copy the full SHA
    a1cfb3c View commit details
    Browse the repository at this point in the history
Loading