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

v0.73.0 throws "Mesh not found." exception on export #909

Closed
oocytanb opened this issue Apr 23, 2021 · 4 comments
Closed

v0.73.0 throws "Mesh not found." exception on export #909

oocytanb opened this issue Apr 23, 2021 · 4 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@oocytanb
Copy link
Contributor

バグについて

以下のケースで、UniGLTF の Export を行うと、"Mesh not found." 例外が発生します。

  • Mesh Renderer Component の Material Size0 のオブジェクトが含まれる場合。

  • TextMesh Pro のオブジェクトが含まれる場合。
    (VCI で TextMesh Pro がサポートされていますが、新しい UniVRM を使用すると、VCI のエクスポート時エラーになります。)

再現方法

  • シーンに上述のオブジェクトを配置し、メニューから UniGLTF > Export UniGLTF を実行します。

  • 以下の場所で、例外が発生します。

     Exception: Mesh not found.
     UniGLTF.gltfExporter.ExportNode (UnityEngine.Transform x, System.Collections.Generic.List`1[T] nodes, System.Collections.Generic.List`1[T] meshWithRenderers, System.Collections.Generic.List`1[T] skins) (at Assets/UniGLTF/Runtime/UniGLTF/IO/gltfExporter.cs:166)
    
  • 再現したシーンファイルを添付します。

期待する動作

正常にエクスポートできることです。

環境情報

  • OS: Windows 10
  • Unity version: 2019.4.14f1
  • UniVRM version: 0.73.0

追加の状況・背景

UniVRM version 0.72.0 では、問題は発生しません。

@ousttrue ousttrue added the bug Something isn't working label Apr 26, 2021
@ousttrue ousttrue added this to the v0.74 milestone Apr 26, 2021
@ousttrue
Copy link
Contributor

再現確認しました 👀

@hiroj
Copy link
Contributor

hiroj commented Apr 28, 2021

https://github.com/vrm-c/UniVRM/tree/v0.67.4
v0.73とv0.67.4に修正を入れました
https://github.com/virtual-cast/VCI/releases/tag/v0.32.1
VCIの対応しているUniVRMバージョンをv0.67.4に変更しました

@ousttrue
Copy link
Contributor

v0.74.0 で修正

@oocytanb
Copy link
Contributor Author

対応ありがとうございます。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants