mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-03-21 18:05:03 -05:00
0
ReleaseNote v0.47(en)
yutopp edited this page 2019-01-18 14:30:23 +09:00
This is a maintenance release.
Directory structures in the repository are changed. And some minimum changes are also contained like a fix for typos and a solution for an issue that cannot be built on specific environments.
No problem without updating, if your usage is only for exporting VRM files.
Before
UniVRM
+ MToon(SubModule)
+ UniGLTF(SubModule)
+ DepthFirstScheduler(SubModule)
+ UniHumanoid(SubModule)
+ UniJSON(SubModule)
After
Assets/
+ VRM
+ MToon(SubModule)
+ UniGLTF(Merged)
+ DepthFirstScheduler(Merged)
+ UniHumanoid(Merged)
+ UniJSON(Merged)
- All submodules except for
MToonare merged intoUniVRMrepository as subtree. - Now,
UniVRMcan be used as a standalone Unity project.