We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
0.83以降
Unity-2020.3
Windows 10
バグの内容 UniVRM0.82までは正常にロードできてましたが、ものによってはGLBモデルが読み込めないようです(エディタ上ではエラーが出ます)。
ConsoleLog ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. (以下略)
スクリーンショット ※最初の1つ(Unityちゃんのコイン)は正常に読み込める例
(UniVRM0.82) ※正常にロードできている例
(UniVRM0.84) ※最初の1つ以外はロードに失敗
The text was updated successfully, but these errors were encountered:
報告ありがとうございます。 サンプルを修正しました。
原因は、v0.83.0 でサンプルのコードを更新したときに vrm とそれ以外の gltf の分岐方法を変えたことでした。 分岐方法をファイルの拡張子に基づく方法に変更しました。
v0.83.0
vrm
gltf
エラーの発生する glb の条件は、
glb
extensions.VRM
new VRMData
NotVrm0Exception
です。
Sorry, something went wrong.
v0.85.0
そう言えば、glbロードでサムネイルが表示されてましたが、そういうことだったんですね…。
理解しました。ありがとうございます。
No branches or pull requests
環境情報
0.83以降
Unity-2020.3
Windows 10
バグについて
バグの内容
UniVRM0.82までは正常にロードできてましたが、ものによってはGLBモデルが読み込めないようです(エディタ上ではエラーが出ます)。
ConsoleLog
ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
(以下略)
スクリーンショット
※最初の1つ(Unityちゃんのコイン)は正常に読み込める例
(UniVRM0.82) ※正常にロードできている例
UniVRM0.82_glb_load_success.mp4
(UniVRM0.84) ※最初の1つ以外はロードに失敗
UniVRM0.84_glb_load_fail.mp4
以下の glb を UniVRM0.83以降の SimpleViewer で読み込む
https://3d.nicovideo.jp/works/td50245
https://3d.nicovideo.jp/works/td53632
The text was updated successfully, but these errors were encountered: