fix: add missing folder .meta files for Scripts subfolders#118
Merged
Conversation
CustomShapes, Input, Personalization, Presentation folders were committed without their .meta files, causing Unity to regenerate them with random GUIDs on every fresh clone.
185aade to
a1ae2f2
Compare
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.
요약
Scripts/CustomShapes,Scripts/Input,Scripts/Personalization,Scripts/Presentation폴더가 .meta 없이 커밋되어 있어, 새 clone마다 Unity가 임의 GUID로 .meta를 재생성하는 문제를 수정합니다.배경
DoD의 '새 clone + Unity 프로젝트 열기 재현' 항목 검증 중 발견. 폴더 .meta가 없으면 클론마다 워킹트리가 더러워지고 GUID 불일치 위험이 있습니다.