Deprecate prefab Admin Console; migrate command reference to built-in console page#113
Open
allister-beamable wants to merge 1 commit into
Open
Deprecate prefab Admin Console; migrate command reference to built-in console page#113allister-beamable wants to merge 1 commit into
allister-beamable wants to merge 1 commit into
Conversation
7f5f75b to
0a977ea
Compare
Unity SDK 5.1.0 replaces the prefab-based Admin Console ("Admin Flow")
with a built-in runtime integration, renames the Beam Library window to
Beam Samples, and ships several Content Manager and configuration
changes. Bring the docs in line with what's shipping.
- Replace the prefab/Admin Flow section in the Beam Samples page with a
deprecation pointer to the built-in Admin Console page
- Migrate the built-in command table and custom-command API into
admin-console.md; de-AdminFlow the example; fix MAIL_UPDATE and
BeamableConsoleCommand reference typos; strip terminal periods
- Rename "Beam Library" to "Beam Samples" in the page and nav (the window
is now Lightbeam-focused, not prefab-focused)
- Fix BeamableBehaviour spelling in installing-beamable.md
- Expand the 5.1 what's-new page to cover Content Manager improvements,
the Beam Samples rename, the new ContentConfiguration and
MicroserviceConfiguration options, the new gem icon, and notable fixes;
fix typos and convert headings to sentence case
- Add a tag-filtering caveat for OmitContentManifestTags in content-unity.md
- Correct a stale "Admin Flow" reference to "Admin Console" in
ab-testing-overview.md (AdminFlow was only ever the prefab)
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0a977ea to
cb4e1dc
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.
What
Unity SDK 5.1.0 replaces the prefab-based Admin Console (the "Admin Flow" prefab) with a built-in runtime integration. The docs still presented the prefab as the current approach. This PR stops referring to the prefab except in deprecation notices and moves the still-valid reference material onto the canonical built-in Admin Console page.
Changes
editor-systems/beam-library.md— replaced the entire prefab-centric## Admin Consolesection with a short deprecation notice pointing to the built-in page. Also renamed the page from Beam Library to Beam Samples (the window's current name is "Beam Samples" and it now focuses on Lightbeam samples rather than prefabs — confirmed againstBeamLibraryWindow.csin BeamableProduct).runtime-systems/admin-console.md— migrated the built-in command reference table and the custom-command API example here (the example is de-AdminFlow'd; verified that[BeamableConsoleCommandProvider]/[BeamableConsoleCommand]still register withBeamableAdminConsole). Fixed two source typos carried over from the old page:MAIL_UODATE→MAIL_UPDATE, and theWHEREdescription'sDBeamConsoleCommand→BeamableConsoleCommand. Stripped terminal periods per the table style rule.user-reference/SUMMARY.md— nav label Beam Library → Beam Samples (file path unchanged to avoid link rot).getting-started/installing-beamable.md— fixedBeamableBehavior→BeamableBehaviour(Unity's European-u spelling; confirmed againstBeamableBehaviour.cs).Notes for reviewers
beam-library.mdand its URL is unchanged. Happy to rename tobeam-samples.md(with a redirect) if you'd prefer, but kept it out of this PR to avoid breaking inbound links.unity/v5.1only — not backported to 5.0.0, since the deprecation is a 5.1 change.🤖 Generated with Claude Code