Skip to content

v2.5.21

Compare
Choose a tag to compare
@izayoijiichan izayoijiichan released this 01 Oct 12:04
· 1 commit to main since this release

Change log

  • Features
    • Unity 6000.0 is now supported.
    • The following packages are optional.
      • com.izayoi.liltoon.shader.utility
      • com.vrmc.vrmshaders
  • Changes
    • The source of UniUnlit, MToon and MToon10 shaders varies depending on the package version.

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 VRM Shaders
    "com.vrmc.vrmshaders": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders#v0.124.2",
  }
}