The Unity SDK 5.1.0 changelog (2026-06-11) lists several Content Manager changes that are not yet reflected in the docs. The Unity content docs (primarily docs/unity/user-reference/beamable-services/profile-storage/content/content-unity.md, and possibly content-getting-started.md) should be updated to cover them.
Items to document
- In-window sync/revert progress — the Content Manager now shows progress for sync and revert operations in the window itself
- "Modified Renamed" entries — renamed content entries now appear as a single Modified Renamed entry rather than a separate New + Deleted pair
- First-visit import — default assets and content are now imported manually on the first visit to the Content Manager (previously automatic)
- Editor content sync download concurrency — a new configuration controlling download concurrency for editor content sync
Source pointers
The editor Content Manager is implemented in BeamableProduct under:
client/Packages/com.beamable/Editor/UI/ContentWindow/
client/Packages/com.beamable/Editor/ContentService/CliContentService.cs
client/Packages/com.beamable/Editor/BeamCli/Commands/BeamContent*
Scope: unity/v5.1 and newer (these are 5.1.0 changes — do not backport to 5.0.0).
The Unity SDK 5.1.0 changelog (2026-06-11) lists several Content Manager changes that are not yet reflected in the docs. The Unity content docs (primarily
docs/unity/user-reference/beamable-services/profile-storage/content/content-unity.md, and possiblycontent-getting-started.md) should be updated to cover them.Items to document
Source pointers
The editor Content Manager is implemented in
BeamableProductunder:client/Packages/com.beamable/Editor/UI/ContentWindow/client/Packages/com.beamable/Editor/ContentService/CliContentService.csclient/Packages/com.beamable/Editor/BeamCli/Commands/BeamContent*Scope:
unity/v5.1and newer (these are 5.1.0 changes — do not backport to 5.0.0).