Skip to content

v2.5.18

Compare
Choose a tag to compare
@izayoijiichan izayoijiichan released this 16 Sep 13:40
· 4 commits to main since this release

Change log

  • Improvements
    • Reduced the amount of memory used temporarily when loading.
  • Changes
    • VgoImporter.ReflectSkybox() method has been deprecated. Use VgoModelAsset.ReflectSkybox() method instead.

Install packages

<Project>/Packages/package.json

{
  "dependencies": {
    "com.izayoi.liltoon.shader.utility": "https://github.com/izayoijiichan/lilToonShaderUtility.git#v1.4.0",
    "com.izayoi.unishaders": "https://github.com/izayoijiichan/UniShaders.git#v1.6.1",
    "com.izayoi.univgo": "https://github.com/izayoijiican/VGO.git#v2.5.18",
    "com.izayoi.vgospringbone": "https://github.com/izayoijiichan/VgoSpringBone.git#v1.1.2",
    "com.unity.nuget.newtonsoft-json": "3.2.1",
    "com.vrmc.vrmshaders": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders#v0.105.0",
  }
}