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

addons: Objects that are added to the room with the A-Frame loader can't be moved #6518

Open
Exairnous opened this issue Nov 20, 2024 · 0 comments
Labels
bug needs triage For bugs that have not yet been assigned a fix priority

Comments

@Exairnous
Copy link
Contributor

Description
Applies to: #6468
Objects placed in the room can't be moved when you click and drag them.
This affects the A-Frame loader only, objects added with the bitECS loader can be moved normally.

To Reproduce
Steps to reproduce the behavior:

  1. Enter a Hubs room that uses the A-Frame loader (this is the default for new rooms).
  2. Drag and drop in a GLB file that you have locally on your computer into the room (or use Place -> Upload). This file can be downloaded and used to test if you don't have any GLBs handy: Test_Cube.zip.
  3. Attempt to interact with the object by clicking and dragging on it to move it.
  4. See that the object can't be moved.

Expected behavior
The object should be able to be moved.

Hardware

  • Device: Laptop
  • OS: GNU/Linux
  • Browser: Brave and Chromium

Additional context
This bug affects both objects that have been uploaded from your local computer and objects which have been loaded from a URL.
This bug can be worked around by the following procedure:

  1. Spawn a media frame cube via the /cube chat command.
  2. Use the media frame cube to capture the object (this allows the object to be moved).
  3. Move the object outside of the media frame.
  4. The object can now be moved normally.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug needs triage For bugs that have not yet been assigned a fix priority
Projects
None yet
Development

No branches or pull requests

1 participant