Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix full constume preview #6394

Merged
merged 1 commit into from
Nov 18, 2024
Merged

Conversation

tyrosine1153
Copy link
Contributor

Copy link

@tyrosine1153 The versions of bundled Libplanet assemblies and Libplanet submodule vendored by Lib9c apparently do not match:

  • Libplanet submdoule:
  • Libplanet.Action.dll: 5.3.2-alpha.1
  • Libplanet.Common.dll: 5.3.2-alpha.1
  • Libplanet.Crypto.dll: 5.3.2-alpha.1
  • Libplanet.Mocks.dll: 5.3.2-alpha.1
  • Libplanet.RocksDBStore.dll: 5.3.2-alpha.1
  • Libplanet.Store.dll: 5.3.2-alpha.1
  • Libplanet.Types.dll: 5.3.2-alpha.1
  • Libplanet.dll: 5.3.2-alpha.1

Leave a comment in this pull_request with the following command to let the bot upgrade bundled Libplanet assemblies:

/update-libplanet-dlls

var costumes = new List<Costume> { costume, };
Game.Game.instance.Lobby.FriendCharacter.Set(avatarState, costumes, equipments);
Game.Game.instance.Lobby.FriendCharacter.SetForCostumes(costumes);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

이걸 손대는게 로비에 있는 캐릭터에 영향이 가는걸까요?
로비에 있는 캐릭터는 기존 코스튬 착용 규칙을 따라가야 할 것 같습니다

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LobbyCharacter, FriendCharacter는 클래스하고 오브젝트, 렌더 텍스쳐가 분리되어있습니당
그래서 로비 캐릭터는 본인 아바타 입은거 보여줄 때 (로비, 인벤토리, 전투 준비화면)에서만 쓰고, 칭구 캐릭터는 다른 유저 보여줄 때 쓰려고 만들었는데 그냥 UI에서 아바타 보여줄때 여기저기 써요. 보통 사용할 때마다 Set하기 때문에 같은 캐릭터 끼리도 문제는 없을겁니당.

@tyrosine1153 tyrosine1153 merged commit 5bb7bb9 into prepare/250.0.x Nov 18, 2024
14 of 15 checks passed
@tyrosine1153 tyrosine1153 deleted the bugfix/claim-gifts-result branch November 18, 2024 08:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Merged
Development

Successfully merging this pull request may close these issues.

DCC 장착 시 ClaimGiftsResultScreen에서 코스튬을 출력해주지 않음
3 participants