원클릭으로
changelog
Create a changelog entry for Unity Timeline by asking for bug number, change type, and description
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Create a changelog entry for Unity Timeline by asking for bug number, change type, and description
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | changelog |
| description | Create a changelog entry for Unity Timeline by asking for bug number, change type, and description |
| disable-model-invocation | false |
Create changelog entries in .changelogs/ following Unity Timeline's release notes guidelines.
Ask for issue number (use AskUserQuestion):
Ask for change type (use AskUserQuestion):
Ask for description: For bugfixes, write from user's perspective (not too technical - release notes are for users first). Don't copy bug titles verbatim.
Generate filename: [UUM-####|####]-<ShortDescription>.md
UUM-1234567-RectangleSelectionFix.md, Bad: TimelineFix.mdCreate file in .changelogs/<filename>.md:
<ChangeType>
- <Description> ([<JIRA_ID>](LINK))
https://issuetracker.unity3d.com/product/unity/issues/guid/<JIRA_ID>https://jira.unity3d.com/browse/<JIRA_ID>Confirm with user where file was created and remind to commit with changes.
.changelogs/TrackImprovements.md
Added
- Inline Curve Properties can be removed.
- Tracks can be individually resized.
.changelogs/AnimationCurveFixes.md
Fixed
- Fixed preview of Avatar Masks on base level Animation Tracks. ([1190600](https://issuetracker.unity3d.com/product/unity/issues/guid/1190600/))
.changelogs/UUM-131061-DomainReloadHandling.md
Internal
- Fixed Project Auditor warnings about domain reload handling. ([UUM-131061](https://jira.unity3d.com/browse/UUM-131061))