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: happy-turtle/oit-unity
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.1
Choose a base ref
...
head repository: happy-turtle/oit-unity
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.0.0
Choose a head ref
  • 4 commits
  • 33 files changed
  • 3 contributors

Commits on Sep 28, 2023

  1. docs: merge old changelog with release-please changelog (#19)

    * docs: remove changelog
    
    * docs: merge changelog
    Till Davin authored Sep 28, 2023
    Configuration menu
    Copy the full SHA
    600fd09 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. refactor!: 🔥 remove deprecated image effect implementation (#23)

    The image effect component implementation is very cumbersome and error prone. Support from Unity for this old implementation is lacking as well. Hence I don't want to support it anymore.
    
    Removes image effect component. For use with the built-in pipeline use the post-processing implementation instead.
    happy-turtle authored Dec 7, 2023
    Configuration menu
    Copy the full SHA
    0d4459c View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2023

  1. feat: UniversalRP Scene View (#22)

    * docs: remove unity version from package.json
    
    * fix: update deprecated colorTarget
    
    * build: add package requirement to URP shader
    
    * return material on render and use Blitter for SRP implementations
    
    * fix: fix URP fullscreen shader and add built-in shader pass
    
    * fix(urp): move cmd clear
    
    * refactor: split render shader to multiple pipeline specific shaders
    
    * docs: update readme
    
    ---------
    
    Co-authored-by: Till Davin <code@tilldavin.de>
    Co-authored-by: Till Davin <>
    happy-turtle and Till Davin authored Dec 30, 2023
    Configuration menu
    Copy the full SHA
    6fb79a9 View commit details
    Browse the repository at this point in the history
  2. chore(main): release 4.0.0 (#24)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Dec 30, 2023
    Configuration menu
    Copy the full SHA
    8a9d56b View commit details
    Browse the repository at this point in the history
Loading