UniVRM/Assets/VRM
ousttrue 38ef11367b
Merge pull request #1844 from mkc1370/feature/resize_to_reinitialize
Rename Texture2D.Resize to Reinitialize
2022-10-07 13:05:07 +09:00
..
Documentation
Editor rename Texture2D.Resize to Reinitialize 2022-10-05 19:45:40 +09:00
Runtime UniVRM-0.105.0. 2022-10-06 21:31:48 +09:00
Samples~ UniVRM-0.105.0. 2022-10-06 21:31:48 +09:00
Tests add null check 2022-07-29 20:16:17 +09:00
CHANGELOG.md
CHANGELOG.md.meta
Documentation.meta
Editor.meta FolderとAsmdef整理。Runtime, Editor, Tests 2020-12-01 19:54:13 +09:00
LICENSE.md
LICENSE.md.meta
package.json UniVRM-0.105.0. 2022-10-06 21:31:48 +09:00
package.json.meta
README.md
README.md.meta
README.url
README.url.meta
Runtime.meta FolderとAsmdef整理。Runtime, Editor, Tests 2020-12-01 19:54:13 +09:00
Tests.meta FolderとAsmdef整理。Runtime, Editor, Tests 2020-12-01 19:54:13 +09:00

VRM

The core library for UniVRM-0.XX.

Import VRM (Unity 2019.3.4f1~)

Window -> Package Manager -> Add package from git URL and add the followings in order:

  • https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders
  • https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM => depends on 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",
    "com.vrmc.univrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM",
  }
}