Skip to content
This repository was archived by the owner on Aug 10, 2021. It is now read-only.
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: chark/unity-scriptable-objects
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.0
Choose a base ref
...
head repository: chark/unity-scriptable-objects
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: upm
Choose a head ref
  • 19 commits
  • 81 files changed
  • 3 contributors

Commits on Oct 5, 2020

  1. Doc improvements, cleanup (#11)

    * Do not use GUID in assembly
    
    * Hide Documentation folder from project view
    
    * Update readme, add bool mutable object
    
    * Reorder methods
    
    * Update docs
    
    * Update Unity package docs
    
    * Copy over docs to Unity specific folder
    
    * Update docs
    
    * Update version
    
    * Update changelog
    
    * Add missing fields to assemblies
    
    * Update changelog
    
    * Add doc images, remove dangling .meta file
    
    * Update image sizes
    
    * Update docs, update mutable obj image
    
    * Fixup image size
    
    * ~Add shadows~
    
    * ~Add shadows~
    
    * Shadows suck lol
    Edvinas01 authored Oct 5, 2020
    Configuration menu
    Copy the full SHA
    6bd9836 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2020

  1. Automate mutable values (#12)

    * Enable persisting of mutable objects throughout scenes, replace extensions with Unity hooks
    
    * Update changelog and docs
    Edvinas01 authored Oct 6, 2020
    Configuration menu
    Copy the full SHA
    65db3a8 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2020

  1. Tests (#13)

    * Add listener tests, fix Vector2 GameEvent naming
    
    * Rename test class
    
    * Add game event listener test class, rename test methods
    
    * Update local var naming
    
    * Make API more flexible, rename raise method, update tests to match real use-cases
    
    * Fixup link in README
    
    * Add initial changelog
    
    * Put changes into proper place
    
    * Add mutable object test, update readme, update(?) quality settings, make mutable obj handler more flexible
    
    * Remove unnecessary Debug.Log statements
    
    * Copy over README to package docs
    Edvinas01 authored Oct 7, 2020
    Configuration menu
    Copy the full SHA
    4341e6b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ccb62d4 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2020

  1. Configuration menu
    Copy the full SHA
    309406f View commit details
    Browse the repository at this point in the history
  2. Update samples

    Edvinas01 committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    51c1e8a View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2020

  1. Inspector improvements (#15)

    * Remove game event null checks on enable and disable. Expose listener enumerable. Draw a list of references to event listeners on events. Implement editor for all built-in event types.
    
    * Update changelog
    
    * Add tests for expose Listeners field
    
    * Update readme
    
    * Fix changelog order
    
    * Fixup changelog, copy over readme
    
    * Make resetting more flexible, update version
    
    * Update package doc
    
    * Update docs
    
    * Flip assert args
    Edvinas01 authored Oct 11, 2020
    Configuration menu
    Copy the full SHA
    9e73d32 View commit details
    Browse the repository at this point in the history
  2. Update changelog date

    Edvinas01 committed Oct 11, 2020
    Configuration menu
    Copy the full SHA
    22ebbc1 View commit details
    Browse the repository at this point in the history
  3. Prep up for release

    Edvinas01 committed Oct 11, 2020
    Configuration menu
    Copy the full SHA
    e898c30 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2020

  1. Added a test for adding multiple game listeners. (#17)

    * Fixed grammar in README.md.
    
    * Added a test for adding multiple listeners.
    ugnelis authored Oct 12, 2020
    Configuration menu
    Copy the full SHA
    e290f5c View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2020

  1. Configuration menu
    Copy the full SHA
    7c2b9e7 View commit details
    Browse the repository at this point in the history
  2. Update game event editors (#21)

    * Update game event editors
    
    * Use None as default reset type
    
    * Update changelog
    
    * Update usage readme
    Edvinas01 authored Oct 13, 2020
    Configuration menu
    Copy the full SHA
    07809fa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fd50dd9 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2020

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

Commits on Dec 18, 2020

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

Commits on Jan 17, 2021

  1. Review changes

    KacperKenjiLesniak committed Jan 17, 2021
    Configuration menu
    Copy the full SHA
    3690577 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2021

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

Commits on Jan 22, 2021

  1. Configuration menu
    Copy the full SHA
    a46d128 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b24be2 View commit details
    Browse the repository at this point in the history
Loading