-
Notifications
You must be signed in to change notification settings - Fork 428
ReleaseNote v0.47(en)
yutopp edited this page Jan 18, 2019
·
3 revisions
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
MToon
are merged intoUniVRM
repository as subtree. - Now,
UniVRM
can be used as a standalone Unity project.