Trend-Jacking / News Commentary Aug 10, 2026

Unity 6.5 Upgrade Keep Hold - BIRP Deprecation Playbook for Indies 2026

August 2026 unity 6.5 upgrade Monday - BIRP deprecation, Discord paste, CapEx four-liner, and unity_65 receipt before merging Supported into a ship branch.

By GamineAI Team

Unity 6.5 Upgrade Keep Hold - BIRP Deprecation Playbook for Indies 2026

cool guy mascot pixel art thumbnail for Unity 6.5 upgrade BIRP deprecation playbook

If you are searching unity 6.5 upgrade on August 10, 2026, you do not need another “should studios upgrade?” thread that ends with “it depends.” You want a Monday decision: stay on Unity 6.3 LTS, take Unity 6.5 Supported, or treat Built-In Render Pipeline (BIRP) deprecation as a separate project from the editor bump. Weeks later, Discord still pastes “we took 6.5 because Hub nagged” without a player build or pipeline inventory — that is why this refresh keeps U1–U6 and adds an explicit Monday ritual plus Discord paste.

Unity marked 6.5 as a Supported release on Discussions (June 15, 2026). The same wave made the Built-In Render Pipeline deprecated in the Unity 6.5 Manual and Unity’s Render Pipelines strategy for 2026. That is not “your game breaks tonight.” It is a clock: BIRP stays available through at least Unity 6.7 LTS, new titles should not start on BIRP, and live titles need a written migration plan. Mid-August is quieter on Twitter and louder in production: July notes still lack a dated Discord paste, and soft “merge Supported into ship” claims travel faster than U1–U6 honesty.

This playbook is the GA keep/hold path. It is not the April Unity 6.5 Beta weekend risk matrix (beta validation — do not merge that thin slug). It is not Fast Enter Play Mode / CoreCLR prep (Play mode statics). It is not Unity AI Gateway (agent seats). It is not Surface Cache GI (URP lighting preview). One evening: Hub clone, package smoke, optional WebGL/mobile probe, BIRP inventory, receipt filed.

If you are… Start here Done when
Beginner Glossary → LTS vs Supported table + Discord paste You can say keep / hold / rewrite for your project in one sentence
Working dev Gates U1–U6 → evening smoke Branch Hub install + player build + receipt JSON
Studio lead CapEx four-liner + Oct 2026 cliff Written owner for version vs BIRP→URP

Time: about 90–150 minutes for a first keep/hold on a small project (or the full Monday ritual). Longer if you open a full BIRP→URP converter pass (that is a different milestone—do not pretend it is part of “upgrade tonight”).

Facts checked August 10, 2026: Unity 6.5 remains a Supported GA line; BIRP remains deprecated with maintenance through the 6.7 LTS lifecycle (Discussions; What’s New; strategy). Confirm Hub version, pipeline asset, and 6.0 LTS October 2026 support end in your project tonight—do not trust a July screenshot of someone else’s Editor.

Why this matters now (August 10, 2026)

August keep/hold: The GA note is almost two months old. The useful question is no longer “is 6.5 real?”—it is whether your team can finish one spike player build without turning Hub nags into a ship-branch merge. Soft “we’re on Unity 6.5 now” claims travel faster than U1–U6 honesty. October’s 6.0 LTS support end is closer than it was in June.

Three clocks are still active at once:

  1. Unity 6.5 is GA Supported. Unity describes Supported releases as carrying the newest platform and performance work with LTS-class critical fixes until the next release lands (Discussions). Mid-cycle teams can take WebGL and mobile wins without waiting for 6.7 LTS. Shipping-soon teams should not chase an Update release into a soft lock.
  2. Built-In is officially deprecated starting in 6.5. Unity still supports BIRP with bug fixes through the 6.7 LTS lifecycle and says removal timing depends on feedback (strategy page, BIRP→URP migrate docs). Deprecation is a diligence item for partners and Asset Store content—not an emergency uninstall.
  3. Unity 6.0 LTS support ends October 2026. If you are still on 6.0 LTS, the real deadline on the calendar is support end—not “is 6.5 shiny.” Targets are usually 6.3 LTS (safe harbour through December 2027) or a planned Supported path that lands you cleanly toward 6.7 LTS.

If you already filed a July note without a Discord paste or CapEx four-liner, re-run the Monday ritual before partner decks invent “editor upgraded.”

Community coverage (for example GameFromScratch’s Unity 6.5 release notes roundup and the companion Unity 6.5 Is Here video) correctly frames BIRP deprecation as the headline, not a single flashy feature. Indies need the missing piece: a receipt-backed keep/hold that separates editor version from render-pipeline migration. Pair Play freezes with the Domain Reload help article.

Monday ritual - August Unity 6.5 keep/hold (90–150 minutes)

Use this when a lead says “we already took 6.5” but nobody can point at a player build, a pipeline inventory, or a named rollback owner.

Minute Action Pass if…
0–15 One-sentence stub + owners (U1 start) Ship branch named; spike named
15–40 Hub install 6.5 + open clone (U1–U2) Main still opens on prior editor
40–70 Console triage + Play twice (U2–U3) No freeze; SDKs compile or hold written
70–110 One player build + BIRP inventory (U4–U5) Size/FPS or explicit skip reason
110–150 CapEx four-liner + Discord paste + receipt date 2026-08-10 Ship merge still frozen

Standup checklist (ten minutes when you cannot spare the full ritual): Spike isolated? Play twice? Player build? Discord paste?

Company CapEx four-liner (diligence zip cover)

When finance asks “should we bump the whole studio to 6.5?”:

  1. Scope — one-project spike only; BIRP→URP is a separate milestone (migrate docs).
  2. Cost — engineer hours + vendor SDK updates; Hub nags are not an SLA (Discussions).
  3. Evidence — player build + U1–U6; pipeline asset named in your Project Settings (What’s New).
  4. Owner — named editor-version lead who freezes ship-branch merges until two receipts exist.

August editor-week cadence (after the first evening)

Once U1–U6 pass on one clone, do not auto-merge Supported because “6.5 is GA.” Use a light loop:

Cadence Action
Next evening Optional second target (WebGL if desktop passed) — prove numbers before marketing
Mid-week Re-check 6.0 LTS October cliff if any title is still on 6.0
FEPM night Play-mode statics stay on FEPM / CoreCLR — do not stack
AI Gateway night Seats stay on Unity AI Gateway — different keyword
Promote decision Only after two receipts and a written rollback owner

Glossary - plain words

Term What it means
LTS Long Term Support editor line (e.g. 6.3 LTS) with multi-year fix/platform support—preferred when you are locking production.
Supported (Update) Non-LTS line in the Unity 6 series (e.g. 6.5) with newest features until the next release; critical quality intended to match LTS until then.
BIRP Built-In Render Pipeline—the classic non-URP/HDRP path. Deprecated in 6.5+ for new projects.
URP Universal Render Pipeline—Unity’s default direction for most new titles after the 2026 strategy.
Render Pipeline Converter Editor tooling that helps convert materials/shaders/quality settings from BIRP toward URP/HDRP (migrate docs).
WebAssembly 2023 Default Web build target direction in 6.5—smaller/faster web loads when configured correctly (What’s New).
Tile-Only mode URP setting that helps keep on-tile mobile post-processing benefits by warning/disabling options that break tile-based rendering.
Keep / hold / rewrite Keep = adopt or stay; hold = wait with a written reason; rewrite = wrong plan (e.g. full BIRP rewrite mid-cert).

LTS vs Supported - the decision table you can paste in Discord

Your situation Recommendation Why
Shipping in the next few months Hold on 6.3 LTS (or current stable LTS) Do not take a Supported bump into soft lock / cert / store freeze.
Mid-development, no imminent launch Keep / try 6.5 on a branch WebGL + mobile + package freshness smooth the later jump to 6.7 LTS.
Still on Unity 6.0 LTS Plan a move regardless Support ends October 2026—6.3 LTS or a staged Supported path are both reasonable.
Still on Built-In Version bump is secondary Scope BIRP→URP as its own milestone before (or after) 6.5—never as an accidental side effect.
On 2021 / 2022 / legacy Rewrite as modernization Budget a migration project, not a weekend Hub click.
New title starting today URP + current recommended template Do not start new content on BIRP (strategy).

Company note: write two owners in the README—editor_version_owner and render_pipeline_owner. Partners reading a diligence zip should see that you did not conflate “we installed 6.5” with “we finished URP.”

What actually shipped in Unity 6.5 (true summary for keep/hold)

From Unity’s Discussions announcement and What’s New in Unity 6.5:

  1. Supported release on the road from 6.3 LTS toward 6.7 LTS—take it for platform/performance work when you are mid-cycle, not because social media said “upgrade.”
  2. Built-In Render Pipeline deprecation starts here—available and maintained through 6.7 LTS; not recommended for new projects.
  3. Web platform: WebAssembly 2023 direction, bundled Emscripten tooling, IL2CPP metadata work aimed at smaller web builds and better load times.
  4. Mobile / URP: on-tile post-processing and Tile-Only mode to protect those gains through production.
  5. Foundation work: EntityID progress, Editor Lifecycle API toward CoreCLR (deeper Play-mode static hygiene still belongs in the FEPM playbook), Profiler / Project Auditor assists for migration.
  6. 2D / Physics Core 2D / Shader Graph / PSO tracing improvements—smoke only the stacks you actually ship.

You do not need to master every bullet tonight. You need a branch, a player build, and an honest BIRP inventory.

Keep / hold / rewrite - Monday decisions

Situation Keep Hold Rewrite / fix
Soft lock / store submission next 8 weeks Current LTS editor Do not install 6.5 on the ship branch Open a post-ship upgrade spike
Mid-cycle WebGL title 6.5 branch for Wasm2023 smoke Marketing claims about “instant smaller builds” until measured Fix custom Gradle / native plugins that break web
Mid-cycle mobile URP title Tile-Only + on-tile post smoke Turning on every mobile effect at once Disable features that force off-tile passes
Live BIRP game Stay BIRP until migration plan exists “Convert everything this weekend” Schedule Converter + art/shader budget
New prototype URP template on current Supported/LTS BIRP “because tutorials” Recreate prototype on URP if BIRP already started
Heavy Asset Store BIRP kits Inventory + vendor tickets Global Converter without backups Replace dead kits; pin versions

Beginner path - Hub clone and one honest sentence (45 minutes)

Prerequisites

  • Unity Hub installed
  • Disk space for a second editor (6.5) and a project clone
  • Git or zip backup of your project
  • About 45 minutes uninterrupted

Step 1 - Write the one-sentence decision stub

Before you touch Hub, write:

We will keep / hold / rewrite Unity X.Y because reason, and BIRP→URP is in / out of this evening.

You are allowed to change the sentence after smoke. You are not allowed to skip writing it.

Step 2 - Clone, do not upgrade main

  1. Create branch spike/unity-6-5-ga-smoke (or zip-copy the project folder).
  2. Install Unity 6.5 via Hub (Supported).
  3. Open the clone with 6.5—never the production LTS checkout.

You are done when Hub shows the clone on 6.5 and main still opens on your previous version.

Step 3 - Let the first import finish honestly

  • Watch Console for package errors, missing script GUIDs, and render pipeline warnings.
  • Do not spam “Ignore” on Asset Store packages you actually ship.
  • Open one gameplay scene and one UI scene.

Common mistake: closing Console and declaring success. First import noise is the audit.

Step 4 - Enter Play once, then again

  1. Press Play on a known-good scene.
  2. Stop.
  3. Press Play again.

If the second Play freezes with Domain Reload off, stop version drama and open the help path: Unity 6.5 Enter Play Mode freezes on Domain Reload Off. That is a static-state issue, not proof that 6.5 is “bad.”

Step 5 - Say the sentence out loud

Examples:

  • Hold 6.5—shipping in six weeks on 6.3 LTS; BIRP migration out of scope.”
  • Keep 6.5 on spike—WebGL build size improved; still on URP; schedule package vendor check next week.”
  • Rewrite plan—project is BIRP and we need a Converter milestone before any Supported bump.”

Working-dev path - gates U1–U6

Treat these as a smoke card. Flip only after evidence.

Gate Question Pass means
U1 Branch isolated? Spike branch or zip clone; main untouched
U2 Editor opens + Play twice? No freeze; known scene playable
U3 Packages compile? Manifest resolves; ship SDKs build
U4 Player build exists? Desktop or Web or Android/iOS target you care about
U5 Pipeline inventory done? BIRP / URP / HDRP named; Converter not accidental
U6 Receipt filed? unity_65_ga_upgrade_receipt_v1.json saved with honest booleans

U1 - Isolation

Never “upgrade in place” on the branch that builds your store package. If you cannot open the old editor version tomorrow, you failed U1.

U2 - Play mode truth

Document Enter Play Mode settings. If you turned Domain Reload off for speed, assume statics can lie—pair with FEPM hygiene when you move toward 6.6+ defaults (FEPM playbook).

U3 - Package and SDK matrix

Make a three-column table in the receipt notes: package, version, owner. Priority order for most indies:

  1. Input System / legacy Input Manager usage
  2. Addressables / AssetBundles
  3. Render pipeline packages (URP/HDRP versions must match editor expectations)
  4. Platform SDKs (Steamworks wrappers, consoles, mobile IAP)
  5. Analytics / ads / crash reporters

Fail closed: if a ship SDK does not compile, the evening result is hold, not “we’ll fix after merge.”

U4 - One player build that matches your store story

Pick one target that represents revenue or discovery:

  • Steam / desktop: Development build with your usual scripting backend.
  • WebGL: measure download size and time-to-first-frame before/after if Web is a pillar—Wasm2023 defaults matter here (What’s New).
  • Mobile: Development build; if you use URP post-processing, enable Tile-Only validation and note warnings.

Record numbers in the receipt. “Feels faster” is not a number.

U5 - BIRP inventory (even if you “already use URP”)

Open Edit → Project Settings → Graphics and write down the active pipeline asset. Then search the project for:

  • Custom BIRP shaders / Surface Shaders you still ship
  • Asset Store kits tagged Built-In only
  • Quality settings that still assume BIRP post stacks
  • Scenes that override pipeline assets

If you are on BIRP and considering 6.5: do not run a blind full Converter on the ship branch tonight. Read Unity’s BIRP→URP migration workflow, clone again, convert a single vertical slice (one scene + materials), and budget art time.

If you are already on URP: U5 still matters—confirm you are not dragging BIRP leftover materials that only “look fine” in Editor.

U6 - Receipt

Use the JSON below. Lying booleans are worse than a documented hold.

Evening smoke schedule (90–120 minutes)

Block Minutes Action
0 10 Write keep/hold stub + owners
1 20 Hub install 6.5 + open clone
2 20 Console triage + Play twice
3 25 Package/SDK compile matrix
4 25 One player build + note sizes/FPS if relevant
5 15 BIRP/URP inventory + Converter decision
6 5 Fill receipt; Discord one-liner

If Block 4 fails, stop. Do not “finish” Converter experiments on a broken player.

WebGL and mobile wins - smoke without marketing

WebGL / Wasm2023

Unity 6.5’s web work is one of the few Supported-release reasons mid-cycle teams should care. Smoke like an engineer:

  1. Build the same scene/content set on current LTS and 6.5 (or document why you only have one side).
  2. Record build folder size, gzip/brotli payload if you host that way, and time-to-first-interactive on a mid-tier laptop.
  3. Note custom Emscripten / native plugin pain—Unity now bundles more of the web toolchain; custom templates can still break (What’s New).

Hold signal: size did not improve and plugins require a rewrite you cannot schedule before next milestone.

Mobile Tile-Only / on-tile post

On URP mobile:

  1. Enable the post effects you actually ship (HDR, tonemap, color grade, vignette—not the kitchen sink).
  2. Turn on Tile-Only validation and read warnings.
  3. Profile thermal/FPS on a mid device if you have one; otherwise note Editor warnings as incomplete evidence.

Keep signal: same look, fewer warnings, measurable FPS or battery benefit.
Hold signal: art direction depends on effects that force extra passes—schedule a lookdev pass, do not force Tile-Only and ship a different game.

BIRP deprecation - what partners and stores actually need

Deprecation language is for governance, not panic:

  • New projects: URP (default recommendation). Do not start BIRP in 6.5+.
  • Education / Asset Store: expect ecosystem content to move URP-first over time (strategy).
  • Live BIRP titles: supported with fixes through 6.7 LTS (into late 2028 class support per Unity’s public wording). Start scoping Converter + shader/art cost now if you expect the game to live years.
  • HDRP: do not confuse BIRP deprecation with unrelated HDRP roadmap chatter you saw on social—verify against Unity docs for your pipeline.

Diligence paragraph you can paste:

Editor target: Unity X.Y (LTS / Supported). Active render pipeline: URP / BIRP / HDRP. BIRP deprecation acknowledged; migration scheduled / not required this title. Owner: name. Evidence: unity_65_ga_upgrade_receipt_v1.json.

That paragraph beats a vague “we’re on Unity 6.”

Company diligence - cost, risk, ownership

Question Good answer
Why this editor version? Shipping window / mid-cycle platform wins / 6.0 LTS end
Who can roll back? Named person + old Hub install still present
What is out of scope tonight? Full BIRP→URP, console cert, full Addressables rebuild
What is the next LTS target? 6.3 stay vs path to 6.7
Security/privacy? Same as current—re-test analytics/IAP SDKs after bump
Cost? Engineer hours for smoke + vendor updates; Converter is a separate estimate

If you sell B2B or work with a publisher, attach the receipt JSON to the weekly zip. It is boring on purpose.

Common mistakes (and the fix)

  1. Upgrading main because Hub nagged. Fix: spike branch only.
  2. Treating BIRP deprecation as “must convert this weekend.” Fix: inventory + milestone; Converter on a third clone.
  3. Skipping player builds. Fix: U4 is mandatory for keep.
  4. Claiming WebGL wins without numbers. Fix: size + load time in receipt.
  5. Mixing FEPM / CoreCLR panic into a 6.5 decision. Fix: link the FEPM article; do not expand scope.
  6. Ignoring Unity 6.0 LTS end (Oct 2026). Fix: calendar the move even if you reject 6.5.
  7. Assuming beta weekend notes still apply unchanged. Fix: this GA playbook + current Manual; beta matrix is history for process, not for feature truth.
  8. Enabling every 6.5 graphics toy on a ship branch. Fix: smoke what you ship; park Surface Cache GI experiments on their own evening (SCGI keep/hold).

Discord / stand-up brief (copy/paste)

Unity 6.5 upgrade — Aug 10 2026 Monday ritual (NOT a ship-branch merge)
Decision: KEEP / HOLD / REWRITE on editor ____
Reason: shipping window / WebGL-mobile / 6.0 LTS cliff / other
Pipeline: URP / BIRP / HDRP — Converter tonight? NO (default)
Player build: platform ____ size/FPS ____
Ship merge: NO | Seat/studio-wide bump: HOLD
Receipt: unity_65_ga_upgrade_receipt_v1.json date 2026-08-10
Owners: editor ____ / pipeline ____
Cite: discussions.unity.com/t/unity-6-5-is-now-available/1723176
Writeup: /blog/unity-6-5-upgrade-keep-hold-birp-deprecation-playbook-indies-2026

Receipt schema - unity_65_ga_upgrade_receipt_v1.json

{
  "schema": "unity_65_ga_upgrade_receipt_v1",
  "project": "",
  "date": "2026-08-10",
  "discord_paste_filed": true,
  "from_editor": "",
  "to_editor": "6000.5.x",
  "branch": "spike/unity-6-5-ga-smoke",
  "decision": "keep|hold|rewrite",
  "decision_reason": "",
  "render_pipeline": "urp|birp|hdrp|mixed",
  "birp_migration_in_scope_tonight": false,
  "gates": {
    "U1_branch_isolated": false,
    "U2_play_twice_ok": false,
    "U3_packages_compile": false,
    "U4_player_build_ok": false,
    "U5_pipeline_inventory_done": false,
    "U6_receipt_saved": false
  },
  "webgl": {
    "tested": false,
    "build_size_bytes_before": null,
    "build_size_bytes_after": null,
    "ttf_seconds_before": null,
    "ttf_seconds_after": null
  },
  "mobile": {
    "tested": false,
    "tile_only_enabled": false,
    "tile_only_warnings": "",
    "device_notes": ""
  },
  "package_blockers": [],
  "owners": {
    "editor_version_owner": "",
    "render_pipeline_owner": ""
  },
  "notes": "",
  "unity_65_ga_upgrade_ok": false,
  "verified_at": ""
}

Flip booleans only after real tests. Set unity_65_ga_upgrade_ok true only when U1–U6 pass and the written decision matches the evidence.

How this differs from our other Unity URLs

URL Owns
Unity 6.5 Beta weekend risk matrix Pre-GA beta validation process (April)
This article GA Supported keep/hold + BIRP deprecation clocks + WebGL/mobile smoke
FEPM / CoreCLR prep Play mode statics on the CoreCLR runway
Surface Cache GI evening URP realtime diffuse GI preview
Unity 7 roadmap after Unite Seoul Major-line strategy, not 6.5 install night
Help - Domain Reload Off freezes Symptom fix when Play hangs

Same engine family, different search intents—do not cannibalize them in titles or FAQs.

Key takeaways

  1. unity 6.5 upgrade still matters on August 10, 2026 — run the Monday ritual before partner decks invent a ship-branch merge.
  2. Separate editor version from BIRP→URP — never one Hub click.
  3. Shipping soon → usually hold on 6.3 LTS; mid-cycle → branch-smoke 6.5 for WebGL/mobile.
  4. BIRP is deprecated in 6.5+, still supported through 6.7 LTS—plan, do not panic.
  5. Unity 6.0 LTS ending October 2026 is a harder calendar fact than “is 6.5 cool.”
  6. Gates U1–U6 plus unity_65_ga_upgrade_receipt_v1.json beat vibes.
  7. Measure WebGL size/load and mobile Tile-Only warnings before marketing the wins.
  8. Pair Play-mode freezes with the Domain Reload help article; pair static hygiene with FEPM.
  9. New titles should start on URP, not BIRP.
  10. A July thumbs-up without a dated August 10 Discord paste does not clear CapEx diligence.
  11. Do not merge this URL with the thin 6.5 beta weekend matrix.
  12. Cite Discussions, What’s New, and the 2026 RP strategy.

FAQ

Should I upgrade to Unity 6.5 right now?

If you are mid-development and care about WebGL or mobile post-processing gains, smoke 6.5 on a branch. If you are inside a launch window, stay on 6.3 LTS (or your current locked LTS) and schedule the bump after ship.

Is the Built-In Render Pipeline removed in Unity 6.5?

No. It is deprecated—still available with maintenance through at least the Unity 6.7 LTS lifecycle. Unity recommends against BIRP for new projects (Manual, strategy).

What is the difference between Unity 6.3 LTS and Unity 6.5 Supported?

6.3 LTS is the production harbour with support through December 2027 class LTS commitments. 6.5 is a Supported Update with newer platform/feature work until the next release. Unity’s model expects smoother upgrades across Unity 6 versions, but launch risk still favors LTS lock.

Does upgrading to 6.5 automatically migrate me to URP?

No. Changing editor version does not finish a render-pipeline migration. Use Unity’s BIRP→URP workflow on a dedicated clone when you choose that milestone.

We are still on Unity 6.0 LTS - is 6.5 required?

Not specifically—but 6.0 LTS support ends October 2026. Plan a move to 6.3 LTS or a staged Supported path; do not wait for a crisis.

How is this different from the Unity 6.5 Beta risk matrix article?

The beta article teaches weekend pre-GA validation. This playbook is post-GA keep/hold with BIRP deprecation clocks, WebGL/mobile smoke, and a named receipt.

Where do Play Mode freezes fit?

If Domain Reload is off and Play hangs, use Unity 6.5 Enter Play Mode freezes - static state fix. That does not decide your LTS vs Supported choice by itself.

Should we wait for Unity 7 instead?

Unity 7 roadmap talk is a separate strategy decision—see Unity 7 roadmap after Unite Seoul. Most shipping teams still need a Unity 6.x keep/hold this year.

Do we need to re-lock Unity 6.5 keep/hold in mid-August if we decided in late July?

Yes — if your only artifact is a July note without Discord paste, player build, or U1–U6. Soft “we took 6.5” still invents a ship merge. BIRP deprecation and the October 6.0 LTS cliff did not become optional because the calendar flipped.

Is this the same as Unity AI Gateway or Fast Enter Play Mode?

No. AI Gateway is seats/credentials (AI Gateway). FEPM is Play-mode statics on the CoreCLR runway (FEPM). This URL is 6.5 Supported vs 6.3 LTS + BIRP clock.

Next steps

  1. Run the beginner Hub clone path, then flip U1–U6 honestly.
  2. If Play freezes with Domain Reload off, fix that first via the help article.
  3. If you are preparing 6.6+ Play defaults, schedule the FEPM / CoreCLR evening separately.
  4. If URP lighting experiments are next, use Surface Cache GI keep/hold—do not stack it onto upgrade night.
  5. For broader Unity learning paths, start at the Unity guide.
  6. Re-read Unity’s 6.5 announcement and What’s New when your packages update.
  7. C# indies on MonoGame (not Unity) should use the separate MonoGame 3.8.5 DesktopVK keep/hold — August DesktopVK / Content Builder cousin; do not mix NuGet spikes into Hub nights.

unity 6.5 upgrade still matters on August 10, 2026: a spike-bounded evening—Hub clone, Play twice, one player build, BIRP inventory, receipt—and “merge Supported because Hub nagged” claims that travel faster than U1–U6 honesty. Run the Monday ritual, paste Discord, and file the receipt before October’s 6.0 LTS cliff invents a panic bump. Hold ship branches until owners, rollback installs, and pipeline names exist. Bookmark this keep/hold beside Unity’s 6.5 announcement.

Related reading