-
Notifications
You must be signed in to change notification settings - Fork 52
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
code sweep create avatar action #2919
code sweep create avatar action #2919
Conversation
@@ -306,6 +275,134 @@ public static AvatarState CreateAvatarState(string name, | |||
); | |||
|
|||
#if LIB9C_DEV_EXTENSIONS || UNITY_EDITOR | |||
AddTestItems(ctx, avatarState, random, materialItemSheet); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이 메서드도 ExecuteDevExtensions
안에서 처리할수 있는것처럼 보이는데, 맞을까요?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
의도 파악을 정확히 못했는데, 데브 환경에서만 materialItemSheet에 있는 아이템 뿌려주는 거라면 ExecuteDevExtensions 안에 통합해도 될 것 같습니다
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
277에서 이미 조건으로 데브환경에서만 돌도록 처리한것처럼 보여서 질문드린거였습니다. 머지 블로커는 아닌것같습니다.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
관련해서 후속 이슈 만들어서 진행할 것들이 있어 합쳐서 문제 없다면 거기서 합쳐보도록 하겠습니다
#2936
SSIA
기능 변경 없이 메서드 등으로 코드 정리
유니티 에디터 로컬(디버그)모드와 테스트로 확인 진행했습니다