UniVRM/Assets/VRMShaders
ousttrue 32bc5d6d86 UniVRM-0.111.0
バージョン番号の更新。サンプルの更新による差分あり。
2023-06-05 17:07:50 +09:00
..
Documentation add upm documentation for VRM and VRMShaders 2020-07-21 12:54:09 +09:00
GLTF private 2023-02-09 19:01:50 +09:00
VRM Update MToon to v3.9 2022-11-02 18:13:22 +09:00
VRM10 MTOON_TRANSFER_FOG_AND_LIGHTINGを切り出した 2023-05-11 17:56:48 +09:00
CHANGELOG.md add upm documentation for VRM and VRMShaders 2020-07-21 12:54:09 +09:00
CHANGELOG.md.meta add upm documentation for VRM and VRMShaders 2020-07-21 12:54:09 +09:00
Documentation.meta add upm documentation for VRM and VRMShaders 2020-07-21 12:54:09 +09:00
GLTF.meta Refactoring VRMShaders directory & asmdef 2021-04-08 20:19:37 +09:00
LICENSE.md add upm documentation for VRM and VRMShaders 2020-07-21 12:54:09 +09:00
LICENSE.md.meta add upm documentation for VRM and VRMShaders 2020-07-21 12:54:09 +09:00
package.json UniVRM-0.111.0 2023-06-05 17:07:50 +09:00
package.json.meta add VRMShaders/package.json 2020-06-19 13:03:32 +09:00
README.md Export dialog のバリデーターを整理 2020-11-10 16:37:22 +09:00
README.md.meta add README in vrm and vrmshaders folder 2020-07-21 13:21:58 +09:00
VRM.meta Refactoring VRMShaders directory & asmdef 2021-04-08 20:19:37 +09:00
VRM10.meta Refactoring VRMShaders directory & asmdef 2021-04-08 20:19:37 +09:00

VRMShaders

VRM model's supported shaders in Unity.

Shader と関連するユーティリティを切り離したパッケージ。

含まれるシェーダー

UniUnlit

  • Gltfの Unlit に適合するようにした。Unlit シェーダー

MToon

UniGLTF.ShaderPropExporter.PreShaderPropExporter

Unityでは、ランタイムにMaterialのPropertyを列挙することができない。 Set/Get はできる。 事前に一覧を作成するユーティリティ。

UPM usage (Unity 2019.3.4f1~)

Window -> Package Manager -> Add package from git URL and paste https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders.

or add the package name and git URL in Packages/manifest.json:

{
  "dependencies": {
    "com.vrmc.vrmshaders": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders",
  }
}