feat: [SDK-4861] prepare Unity Asset Store UPM packages#889
Merged
Conversation
Keep the Asset Store package rename focused by restoring generated demo metadata and lockfile churn from the base branch. Co-authored-by: Cursor <cursoragent@cursor.com>
Avoid unrelated formatting churn while updating the reported wrapper version. Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
nan-li
approved these changes
Jul 14, 2026
sherwinski
reviewed
Jul 15, 2026
Contributor
There was a problem hiding this comment.
Are we planning on simultaneously supporting UPM and NPM publishing? Why bump the package version to the next major version? Couldn't we support the same major version since this is the first time we're publishing to this registry?
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
Prepare the Core, Android, and iOS UPM packages for the Unity Asset Store multi-package product.
Details
Motivation
The Asset Store draft requires packages whose folders and manifest names match
com.onesignal.unitysdk.core,com.onesignal.unitysdk.android, andcom.onesignal.unitysdk.ios.Scope
6.0.0and retains Unity 2022.3 as the minimum.Testing
Unit testing
No unit tests were added because this change affects package layout and metadata rather than runtime behavior.
Manual testing
python3 .github/scripts/validate-unity-distribution.pycsharpier check .npm pack --dry-run --jsonfor Core, Android, and iOSSigned tarball validation, Publisher Portal upload, and clean-project installation checks require the OneSignal Unity organization session and remain release verification steps.
Affected code checklist
Checklist
Overview
Testing
Final pass
Made with Cursor