Skip to content

fix: add missing folder .meta files for Scripts subfolders#118

Merged
SilverSupplier merged 1 commit into
mainfrom
codex/fix-missing-folder-meta
Jun 12, 2026
Merged

fix: add missing folder .meta files for Scripts subfolders#118
SilverSupplier merged 1 commit into
mainfrom
codex/fix-missing-folder-meta

Conversation

@SilverSupplier

@SilverSupplier SilverSupplier commented Jun 12, 2026

Copy link
Copy Markdown
Collaborator

요약

  • Scripts/CustomShapes, Scripts/Input, Scripts/Personalization, Scripts/Presentation 폴더가 .meta 없이 커밋되어 있어, 새 clone마다 Unity가 임의 GUID로 .meta를 재생성하는 문제를 수정합니다.
  • 로컬 Unity 에디터(6000.3.14f1)가 생성한 .meta 4개를 커밋합니다.

배경

DoD의 '새 clone + Unity 프로젝트 열기 재현' 항목 검증 중 발견. 폴더 .meta가 없으면 클론마다 워킹트리가 더러워지고 GUID 불일치 위험이 있습니다.

CustomShapes, Input, Personalization, Presentation folders were
committed without their .meta files, causing Unity to regenerate
them with random GUIDs on every fresh clone.
@SilverSupplier SilverSupplier requested a review from sw1029 as a code owner June 12, 2026 11:16
@SilverSupplier SilverSupplier force-pushed the codex/fix-missing-folder-meta branch from 185aade to a1ae2f2 Compare June 12, 2026 11:38
@SilverSupplier SilverSupplier merged commit 6c9624f into main Jun 12, 2026
5 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant