fix(multiplayer): ������� ����� remote-������� ��� Mixamo, �� R15 #35

Merged
min merged 1 commits from fix/multiplayer-mixamo-skins into main 2026-06-20 14:54:01 +00:00
Owner

����� ������ ������� � ������������ ��������� �� ������� R15-���� > 404 > �������-�������� ������ ���������. ���������� �� Mixamo (��� � ���������� ������). ����������� � �������. ��������� MultiplayerSync ����� ��������� PR.

?? Generated with Claude Code

����� ������ ������� � ������������ ��������� �� ������� R15-���� > 404 > �������-�������� ������ ���������. ���������� �� Mixamo (��� � ���������� ������). ����������� � �������. ��������� MultiplayerSync ����� ��������� PR. ?? Generated with [Claude Code](https://claude.com/claude-code)
min added 1 commit 2026-06-20 14:49:28 +00:00
fix(multiplayer): грузить скины remote-игроков как Mixamo, не R15
All checks were successful
CI / Lint (pull_request) Successful in 59s
CI / Build (pull_request) Successful in 1m32s
CI / Secret scan (pull_request) Successful in 20s
CI / PR size check (pull_request) Successful in 6s
CI / Deploy to S1 + S2 (pull_request) Has been skipped
1db043c5fd
Скины других игроков в мультиплеере грузились по старому R15-пути
/kubikon-assets/characters/<id>/body.glb, которого больше нет → 404 →
"Unexpected magic" → вместо персонажа капсула-таблетка с ником.

Скины Рублокса теперь Mixamo (single GLB на /character-assets/skins/),
R15-формат не используется. MultiplayerSync приведён к логике
PlayerController:
- resolveRemoteModelSource: skin_* → /character-assets/skins/<id>.glb
- scale 1.0 (Mixamo авторингованы в мировом масштабе), не 0.301
- скелет → MixamoAnimator вместо R15Animator (анимации внешними GLB,
  loadMixamoAnimations; update(dt) не нужен — Babylon тикает сам)
- render-loop, rp-конструктор, cleanup переведены на mixamoAnimator
- удалён мёртвый R15-код (loadSkinManifest, R15Skeleton/R15Animator)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
min merged commit 9be2f363f3 into main 2026-06-20 14:54:01 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: rublox/player#35
No description provided.