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: defaultsoftware/scrutable-objects
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: moonymachine/scrutable-objects
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 4 files changed
  • 2 contributors

Commits on Aug 15, 2025

  1. - Removed catching and logging exceptions from the property drawer. I…

    …t was never necessary, and Unity throws exceptions for GUI control flow.
    
    - Fixed nested arrays and lists accumulating too much indentation.
    - Fixed label width to always truncate correctly. No more magic number.
    - Truncate a copy of the the original label object to not affect the original.
    - Made the GetScriptableObjectReference method protected so it can be used from derived drawers for deciding whether to render the base drawer when only a derived type should show properties.
    Ronnie Moon committed Aug 15, 2025
    Configuration menu
    Copy the full SHA
    e525e73 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2025

  1. Update README.md

    You don't need to override GetPropertyHeight or OnGUI in derived property drawers, so I'm removing that from the README until version 1.1 is released.
    moonymachine authored Sep 11, 2025
    Configuration menu
    Copy the full SHA
    48bafbd View commit details
    Browse the repository at this point in the history
Loading