Skip to content

Releases: CyberAgentGameEntertainment/NovaShader

v2.2.0

15 Feb 07:01
d06d21c
Compare
Choose a tag to compare

What's Changed

  • Fixed a bug where when using OpenGL ES with Unity 2022 or higher, adding Distortion would turn black. by @S20817 in #68
  • Added reference for editor api by @CyTakayukiKiyohara in #66
  • Shadowcaster function implemented in novashader particles by @S20817 in #69

更新内容

  • Unity2022以上でOpenGL ESを使う場合、Distortion付けるとが真っ黒になる不具合の修正 by @S20817 in #68
  • エディタAPIに関するリファレンスを追加 by @CyTakayukiKiyohara in #66
  • NovaShaderのパーティクルにShadowCaster機能実装 by @S20817 in #69

Full Changelog: 2.1.0...2.2.0

v2.1.0

11 Dec 07:45
c3e4be2
Compare
Choose a tag to compare
  • Added API for editors to handle Particle System Renderer errors.

  • Particle System Rendererのエラーハンドリングするためのエディタ用APIを追加.

v2.0.0

29 Sep 02:23
36f6d89
Compare
Choose a tag to compare

What's Changed

  • Update project's unity version to 2021.3 LTS by @S20817 in #63
  • Added support for Unity2023 and deprecated support for Unity2020.

Full Changelog: 1.5.3...2.0.0

v1.5.3

12 Sep 05:58
a49c12b
Compare
Choose a tag to compare
  • Fixed a mismatch between Begin and End in the profiling sampler when using Screen Space Distortion.

  • Screen Space Distortionを使った時に、プロファイリングサンプラのBeginとEndの不一致が起きてしまう不具合を修正

v1.5.2

12 Jul 07:49
bbcc34e
Compare
Choose a tag to compare
  • Fixed the bug where the fog was applied twice.

  • フォグが二重に適用されていてた不具合を修正

v1.5.1

16 Jun 01:25
Compare
Choose a tag to compare
  • Added the ability to set ZTest and ZWrite.
  • For ZWrite, when set to Auto, an appropriate value will be set according to the Render Type.
  • If you set a value other than Auto, you can configure ZWrite yourself.

  • ZTestおよびZWriteを設定できる機能を追加しました。
  • ZWriteに関しては、AutoにするとRender Typeに応じて適切な値が設定されます。
  • Auto以外の値にすると、自身でZWriteを設定できます。

image

v1.5.0

21 Apr 09:22
e8f99cd
Compare
Choose a tag to compare

v1.4.3

10 Apr 08:24
Compare
Choose a tag to compare

Fixed a bug in the Unlit shader where the fog was not being correctly applied when the fog mode was set to Linear.


Unlitシェーダにおいて、Fog ModeがLinearの時にフォグが正常に適用されない不具合を修正

v1.4.2

20 Mar 08:58
Compare
Choose a tag to compare

v1.4.1

06 Jan 08:24
Compare
Choose a tag to compare
  • Add supports for the Rendering Debugger.
    • Supports overdraw and material override.

  • Rendering Debuggerをサポート
    • OverDraw、Material Overrrideに対応しました

image