Tools for debugging remote user positions (in positional audio)? #6521
-
Is there any existing tooling to inspect the position of all users participating in the positional audio system? Like the "Positional Audio Viewer" in the Developer menu, but for everyone, not just the local user. I see that the data gets sent over the wire as Context: I made this link plugin to set the OpenVR headset pose as the link pose, but it's really hard to tell if I actually got the orientation correct. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Check out the |
Beta Was this translation helpful? Give feedback.
Thanks for the hint; I did finally get it working by setting both the name of my link plugin to "Manual placement" and the context in the manual plugin to the same thing I was using; that's enough state for mumble to think the custom link plugin is the manual placement.
I also had to artificially scale the position in my plugin by 100 to actually see the remote player move, since the manual placement config window is 1px = 1 meter, with no way to change it.
Would definitely be nicer to have a standalone debugging tool this, but it's better than nothing.