unity: distill Unity 7 / CoreCLR roadmap learnings - #7
Merged
Conversation
…Pipeline skill Adds a new "C. Roadmap / forward-looking" section to unity/LEARNINGS.md summarizing Unity's own public Unity 7 / CoreCLR roadmap (domain reloads going away, Mono -> CoreCLR/.NET 10/C# 14, the 6.6/6.7 LTS stepping stones, and the GA timeline), so the Pipeline skill can be version-gated ahead of the Unity 7 alpha rather than after it breaks something. Compressed roughly 31% versus the private-repo source per the distillation rule, keeping every version number, quote, and technical detail while tightening the prose and merging two minor bullets into one. Also mirrors a version-note callout into unity/skills/unity-pipeline/SKILL.md's "Two ways to build on Unity 6" section, flagging that the domain-reload-dependent sequences documented there are Unity-6.x-scoped and pointing back to LEARNINGS.md §C for the reasoning. Carried verbatim, no compression, since it's an operational instruction an agent executes. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
Distills the private repo's
unityplugin updates (commit9419b43, "docs(unity): add Unity 7 / CoreCLR roadmap learnings, version-gate the Pipeline skill") into this repo.Distilled: a new "C. Roadmap / forward-looking (not yet validated)" section in
unity/LEARNINGS.md, covering Unity's own public Unity 7 / CoreCLR roadmap - domain reloads being removed entirely, the Mono to CoreCLR/.NET 10/C# 14 runtime change, the Unity 6.6/6.7 LTS stepping stones (experimental CoreCLR desktop player, Project Auditor), the CLI/mcpGA status, and the early-2027 GA timeline. Source is a public Unity keynote (Unite Seoul, 2026-08-29), so nothing here required stripping internal identifiers - the compression pass tightened prose, merged two minor bullets (the 6.6 and 6.7 stepping-stone items, and the CLI-GA/timeline items) into single bullets, and dropped one process-only sentence from the private intro paragraph that was addressed to whoever runs the distillation rather than to a reader of this repo. Every version number, direct quote, and flag/field name from the source was kept.Mirrored: a version-note callout added to
unity/skills/unity-pipeline/SKILL.mdsection 7 ("Two ways to build on Unity 6"), flagging that therequiresDomainReloadfield and the poll-for-reload sequences documented in that skill are Unity-6.x-scoped and may not hold once Unity 7 removes domain reloads, pointing back toLEARNINGS.md§C. Carried over verbatim (no compression) as required for mirrored instruction files; the cross-reference was already unnumbered (§C), matching this repo's convention.Line counts:
unity/LEARNINGS.md: 138 -> 170 lines (new section is 31 lines, versus 45 in the private source - a 31% cut)unity/skills/unity-pipeline/SKILL.md: 313 -> 321 lines (8-line callout, mirrored verbatim)Sanitization grep sweep: zero hits on the new content (checked for personal names, internal paths, internal hostnames, Docker/compose names, issue/PR/branch references). No secrets or credential values were present in the source material for this pass.
Not touched:
unreal/fixtures/(out of scope per DISTILLING.md), and nothing under./agents(read-only source).