Skip to content

Releases: CyberAgentGameEntertainment/NovaShader

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

v1.4.0

03 Oct 02:53
42600fa
Compare
Choose a tag to compare
  • Added Lit version of particle shader compliant with URP's PBR specification.
  • Added ability to check/fix vertex stream inconsistencies.
  • Fixed a bug that Transparency Rim and Luminance transparency processing was not working on Android OS.

  • URPのPBRの仕様に準拠したLit版のパーティクルシェーダーの追加。
  • 頂点ストリームの不整合をチェック/修正する機能の追加。
  • Android OSにて、Transparency Rim、Luminanceの透過処理が機能していなかった不具合の修正。

v1.3.3

08 Jul 01:45
Compare
Choose a tag to compare
  • Supports for Unity 2022.

  • Unity 2022に対応しました。

v1.3.2

05 Jul 07:30
722fd60
Compare
Choose a tag to compare
  • Fixed a bug that depth values were not drawn in _CameraDepthTexture when RenderType is Cutout.
  • Fixed a bug that normal values were not drawn in _CameraNormalsTexture when RenderType is Cutout.
  • Fixed a bug that caused shader compilation errors when using rims.

  • RenderTypeがCutoutの時に_CameraDepthTextureに対して、深度値が書き込まれていなかった不具合を修正。
  • RenderTypeがCutoutの時に_CameraNormalTextureに対して、法線が書き込まれていなかった不具合を修正。
  • Rimを使用した際にシェーダーコンパイルエラーが起きていた不具合を修正。

v1.3.1

29 Jun 08:16
Compare
Choose a tag to compare
  • Fixed a bug that depth values were not drawn in _CameraDepthTexture
  • Fixed a bug that normal values were not drawn in _CameraNormalsTexture

  • _CameraDepthTexture に深度が描かれないバグを修正
  • _CameraNormalsTexture に法線が描かれないバグを修正