Skip to content

v2.5.22

Latest
Compare
Choose a tag to compare
@izayoijiichan izayoijiichan released this 04 Nov 09:54

Change log

  • Features
    • The following Particle System modules are now available.
      • TextureSheetAnimation
      • CustomData
    • NOVA shader version 2.4.0 is now supported.
      • jp.co.cyberagent.novas
      • com.izayoi.nova.shader.utility
      • However, Texture2DAarray and Texture3D are not supported.

Install packages

<Project>/Packages/package.json

{
  "dependencies": {
    "com.izayoi.unishaders": "https://github.com/izayoijiichan/UniShaders.git#v1.6.1",
    "com.izayoi.univgo": "https://github.com/izayoijiican/VGO.git#v2.5.21",
    "com.izayoi.vgospringbone": "https://github.com/izayoijiichan/VgoSpringBone.git#v1.1.2",
    "com.unity.nuget.newtonsoft-json": "3.2.1",

    // optional lilToon
    "com.izayoi.liltoon.shader.utility": "https://github.com/izayoijiichan/lilToonShaderUtility.git#v1.7.0",
    "jp.lilxyzw.liltoon": "https://github.com/lilxyzw/lilToon.git?path=Assets/lilToon#1.7.3",

    // optional NOVA Shader
    "com.izayoi.nova.shader.utility": "https://github.com/izayoijiichan/NovaShaderUtility.git#v2.4.0",
    "jp.co.cyberagent.nova": "https://github.com/CyberAgentGameEntertainment/NovaShader.git?path=Assets/Nova#2.4.0",

    // optional VRM Shaders
    "com.vrmc.vrmshaders": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders#v0.124.2",
  }
}