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

Regression: Blendshape mesh with multiple primitives doesn't import anymore #755

Closed
hybridherbst opened this issue Feb 5, 2025 · 2 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@hybridherbst
Copy link
Contributor

Describe the bug
This seems to be a regression to 5.x, maybe related to #153

Files
Download from KhronosGroup/UnityGLTF#806 (comment)

To Reproduce
Steps to reproduce the behavior:

  1. Drop GLB in Unity
  2. Note exception on import
  3. Test with 5.x --> import works but has multiple meshes instead of one mesh with submeshes, as expected

Expected behavior
A single mesh with submeshes and a skinned mesh renderer with blendshapes is imported for the head mesh.

Screenshots

Image

Desktop (please complete the following information):

  • glTFast version 6.10.1
@atteneder
Copy link
Owner

Hi Felix,

I was able to reproduce it and found a fix that's gonna land in 6.10.3.

Thanks for reporting ❤

Needle-Mirror-Bot pushed a commit to needle-mirror/com.unity.cloud.gltfast that referenced this issue Feb 24, 2025
## [6.10.3] - 2025-02-21

### Added

### Changed

### Fixed
- (Import) Morph targets on multi-primitive meshes (where primitives reference identical vertex buffers; fixes [#755](atteneder/glTFast#755)).

### Removed

### Deprecated

### Security
@atteneder
Copy link
Owner

Fixed in 6.10.3

@github-project-automation github-project-automation bot moved this from In progress to Done in glTFast development Feb 24, 2025
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
Archived in project
Development

No branches or pull requests

2 participants