Unity 게임 계층에 외부 인식 결과 handoff 추가#104
Open
SilverSupplier wants to merge 2 commits 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.
작업 범위
SpellSealSnapshot,SubmitBaseRecognitionResult,SubmitOverlayRecognitionResult를 추가했습니다.SpellCastingService라우팅을 보강했습니다.팀원 확인 포인트
SubmitBaseRecognitionResult(result, worldCenter, strokeCount)로 넘기면 됩니다.GetActiveSealSnapshots()또는FindAttachableSealSnapshot(center)로 대상 seal을 확인한 뒤SubmitOverlayRecognitionResult(...)로 넘기면 됩니다.검증
RecognizedBaseRetryNearExistingSealCreatesNewSeal로 active seal 근처 base 재시도 회귀를 막았습니다.