jbarnoin
(jbarnoin)
September 24, 2025, 1:18pm
4
This looks like the bug I’ve also reported here, it’s a weird one indeed.
I’ve included detailed repro steps to help this get fixed as it’s also very problematic for us.
Summary
When a Verse device that contains an array of device references is duplicated, the resulting copy does not reference the devices correctly.
It seems to result in hybrid references that refer to the correct transform, but the rest of the Actor from the wrong device, associated with one of the other array elements.
This occurs even if the array indirectly contains the device references, such as in an array of structs or classes that themselves contain the device reference.
We think it m…