Skip to content

Commit 54efc06

Browse files
committed
Add comment on IsAvatarScalingAddress.
1 parent bb64bfa commit 54efc06

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Basis/Packages/dev.hai-vr.basis.comms/Scripts/Systems/Runtime/OSC/BasisOscService.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -654,6 +654,8 @@ private static bool TryResolveAddressValue(SimpleOSC.OSCMessage message, out int
654654
addressId = 0;
655655
value = 0f;
656656

657+
// Avatar scaling uses a dedicated OSC message handler and must not be remapped into
658+
// the generic float address-id pipeline used for avatar parameters/acquisition.
657659
if (BasisOscAvatarScaling.IsAvatarScalingAddress(message.path))
658660
{
659661
return false;

0 commit comments

Comments
 (0)