Unity 커스텀 주문 효과와 3~4층 구성 추가#108
Open
sw1029 wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
작업 범위
codex/unity-pr-stack-custom-shape-08) 위에 쌓는 Unity source-only 후속 PR입니다.CustomSpellEffectKind/CustomSpellEffectCatalog를 추가해 기본 문양 + 커스텀 도형 조합을 명시적인 주문 효과로 해석합니다.팀원 확인 포인트
기본 문양 + 도형요구 조건으로 이해되는지 확인 부탁드립니다.충돌 해소 방식
FloorGoalSystem.ResolveBase에는 optionalCustomSpellEffectKind인자를 추가해 기존 base/custom 판정 호출을 보존하면서 custom-effect-required 목표만 분기했습니다.ExamGameController는 기존 Unity 커스텀 도형 authoring과 반응층 레퍼런스 통합 #107 public test helper/API를 유지하고, stage gate/damage popup helper만 추가했습니다.Assets/**/*.cs와Assets/Tests/**/*.cs5개 파일만 포함했습니다.Packages,ProjectSettings, 캡처 이미지, 폴더.meta는 제외했습니다.검증
git diff --cached --check: 통과