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

Selecting a GLB object doesn't work with 6.10.0 but works with 6.9.1 #26

Closed
kvu787 opened this issue Dec 30, 2024 · 2 comments
Closed
Labels
bug Something isn't working

Comments

@kvu787
Copy link

kvu787 commented Dec 30, 2024

Describe the bug

I can't select a GLB object after importing the GLB file when using version 6.10.0 of com.unity.cloud.gltfast.
However, I can select it fine when I import with version 6.9.1.

Also, the thumbnail preview doesn't show up with 6.10.0, but it does with 6.9.1.

Files

blau.zip

To Reproduce

Steps to reproduce the behavior:

  1. Install Unity 6000.0.32f1.
  2. Create Unity project with "Universal 3D" template.
  3. Install the com.unity.cloud.gltfast package without specifying a version number.
  4. Version 6.10.0 should be installed.
  5. Drag and drop blau.glb file into Assets folder.
  6. Drag and drop blau.glb from Project window into Scene window.
  7. Click on the object.

Expected behavior

  1. The object is selected.
  2. A preview of the object shows up in the thumbnail.

This happens with version 6.9.1.

Bugged actual behavior

  1. The object isn't selected.
  2. A preview of the object doesn't show up in the thumbnail.

This happens with version 6.10.0.

Screenshots

Expected behavior:
Image

Bugged actual behavior:
Image

Desktop (please complete the following information):

  • glTFast version: 6.10.0
  • Unity Editor version: 6000.0.32f1
  • Render Pipeline and version [e.g. Universal Render Pipeline 12.0]: Not sure. How do I check this?
  • Platform: Editor

Additional context

I can't find any mention of version 6.10.0 in this repo's commit history. When I install com.unity.cloud.gltfast through the package manager without specifying a version, it installs version 6.10.0. It also shows up here: https://docs.unity3d.com/Packages/[email protected]/manual/sources.html.

Is 6.10.0 unstable, pre-release, or something?

@kvu787 kvu787 added the bug Something isn't working label Dec 30, 2024
@atteneder
Copy link
Collaborator

very likely this is related to the incorrect bounds in #27

@atteneder
Copy link
Collaborator

Should be fixed in 6.10.1. Please let me know if that's not the case and re-open.

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

2 participants