Description
Applies to: https://github.com/Hubs-Foundation/hubs/pull/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:
Enter a Hubs room that uses the A-Frame loader (this is the default for new rooms).
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.
Attempt to interact with the object by clicking and dragging on it to move it.
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:
Spawn a media frame cube via the /cube chat command.
Use the media frame cube to capture the object (this allows the object to be moved).
Description Applies to: https://github.com/Hubs-Foundation/hubs/pull/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:
Expected behavior The object should be able to be moved.
Hardware
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:
/cube
chat command.