UniVRM/Assets/VRMShaders
2021-12-09 20:02:54 +09:00
..
Documentation add upm documentation for VRM and VRMShaders 2020-07-21 12:54:09 +09:00
GLTF Merge pull request #1409 from ousttrue/fix10/fix_shared_accessor_convert_twice 2021-12-09 19:27:26 +09:00
VRM VRMShaders メニューを消す 2021-12-08 21:34:20 +09:00
VRM10 仕様外実装であることを明示 2021-12-03 01:09:53 +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.91.0 2021-12-09 20:02:54 +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",
  }
}