fix: [SDK-4858] align Unity distribution layout#887
Open
fadi-george wants to merge 2 commits into
Open
Conversation
Repair the UPM sample and make Asset Store inventory, export validation, and documentation agree on shipped content. Co-authored-by: Cursor <cursoragent@cursor.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.
Description
One Line Summary
Repair the canonical UPM sample and align Asset Store inventory, exports, CI validation, and documentation with the shipped layout.
Details
Motivation
The Full Usage sample was missing its assembly definition, metadata, and font, while stale scene bindings prevented buttons from resolving. Separately, Asset Store inventory and export rules had drifted, causing generated dependency files to be treated as legacy and making package contents unreliable.
Scope
Testing
Unit testing
No unit-test framework exists for this distribution tooling. A repository validator now checks inventory parity, sample GUIDs, assembly references, scene bindings, and package registration in CI.
Manual testing
.unitypackage; 39 bootstrap assets were present with Example, Attribution, packager tooling, demo assets, generated dependency XMLs, and.envexcluded.csharpier check .,git diff --check, and.github/scripts/validate-unity-distribution.py.Affected code checklist
Checklist
Overview
Testing
Distribution and editor tooling were tested in Unity editors; no physical-device behavior changed.
Final pass
Made with Cursor