Skip to content

Commit

Permalink
Merge branch 'release/0.7.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
abogarsukov committed Apr 8, 2020
2 parents 4fbaa70 + 1db0846 commit f1f30e9
Show file tree
Hide file tree
Showing 209 changed files with 7,061 additions and 1,367 deletions.
16 changes: 3 additions & 13 deletions .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,8 @@ jobs:
with:
node-version: 12
registry-url: https://registry.npmjs.org/
- run: npm publish Packages/UnityFx.Outline
- run: |
npm publish Outline.Core/Packages/UnityFx.Outline
npm publish Outline.PostProcessing/Packages/UnityFx.Outline.PostProcessing
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

publish-gpr:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 12
registry-url: https://npm.pkg.github.com/
- run: npm publish Packages/UnityFx.Outline
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
[Oo]bj/
[Bb]uild/
[Bb]uilds/
[Pp]roject[Ss]ettings/

Assets/AssetStoreTools*

# Visual Studio cache directory
.vs/
Expand Down
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/); this project adheres to [Semantic Versioning](http://semver.org/).

## [0.7.2] - 2020.04.08

Depth testing support and performance optimizations.

### Added
- Added support for depth testing when rendering outlines. When enabled, outlines are only rendered around the visible object parts ([#1](https://github.com/Arvtesh/UnityFx.Outline/issues/1)).
- Added a few convenience methods to `OutlineEffect`.
- Added editor tooltips for outline component fileds.

### Fixed
- Get rid of GC allocatinos during command buffer updates.
- Fixed compiler warning in post-processing compatibility package (0649).
- Fixed `IndexOutOfRangeException` when setting outline width to max value ([#4](https://github.com/Arvtesh/UnityFx.Outline/issues/4)).

### Removed
- Removed change tracking support in package entities ([#2](https://github.com/Arvtesh/UnityFx.Outline/issues/2)).

## [0.7.1] - 2020.01.28

Bugfixes and project layout changes.
Expand Down
Binary file modified Docs/OutlineBehaviourInspector.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Docs/OutlineEffectInspector.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions NpmPublish.bat
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
npm publish Packages\UnityFx.Outline
npm publish Packages\UnityFx.Outline.PostProcessing
npm publish Outline.Core\Packages\UnityFx.Outline
npm publish Outline.PostProcessing\Packages\UnityFx.Outline.PostProcessing
npm publish Outline.HDRP\Packages\UnityFx.Outline.HDRP
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit f1f30e9

Please sign in to comment.