Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MeshIntegrator と MeshNormalizer を MeshUtility に移動 #523

Merged
merged 13 commits into from
Aug 26, 2020

Conversation

ousttrue
Copy link
Contributor

@ousttrue ousttrue commented Aug 25, 2020

  • 移動するために VRM と 非VRM 部を分けた
  • 必要に応じて MeshUtility への asmdef 参照を追加
  • バージョン更新ダイアログをMeshUtilityにも対応させた(次からMeshUtilityも同じバージョン運用)
  • unitypackage に Assets/MeshUtility を含める
  • UPM
// manifest.json 抜粋
{
  "dependencies": {
    "com.vrmc.meshutility": "https://github.com/vrm-c/UniVRM.git?path=/Assets/MeshUtility#v0.59.0", // <- これ
    "com.vrmc.vrmshaders": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders#v0.59.0",
    "com.vrmc.univrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.59.0",
  }
}

@ousttrue ousttrue merged commit da5406a into vrm-c:master Aug 26, 2020
@ousttrue ousttrue deleted the update_meshutility branch August 27, 2020 02:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants