migrate: package-template structure + signed release pipeline#4
Merged
Conversation
Restructure the repository onto Unity-Package-Template: - Move runtime source into Unity-Package/Assets/root/Runtime/ and editor tests into Tests/Editor/, preserving .cs.meta GUIDs. - Replace legacy asmdefs with template Runtime/Editor/Tests asmdefs; Runtime references UniTask, rootNamespace Extensions.Unity.AudioLoader, excludePlatforms fixed to []. - package.json: keep v1.0.4, scopes com.cysharp + extensions.unity, dependency com.cysharp.unitask 2.3.3. - Add Installer project (PackageIds: extensions.unity, com.cysharp; version 1.0.4) with converging manifest tests. - Add Unity-Tests harness (2022.3.62f3 / 2023.2.22f1 / 6000.3.1f1) and CI workflows (release, test_pull_request, test_unity_plugin). - Remove legacy _PackageRoot / Commands / root project files. Unity-Package compiles with 0 errors (UniTask resolved from OpenUPM). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.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.
Summary
Migrates Unity-AudioLoader onto the Unity-Package-Template structure, matching the validated layout of
Unity-Mouse-Parallaxand theUnity-NonDrawingGraphicmigration.What changed
Unity-Package/Assets/root/Runtime/(6.csfiles, GUIDs preserved); editor tests moved intoUnity-Package/Assets/root/Tests/Editor/.UniTask,rootNamespace: Extensions.Unity.AudioLoader,excludePlatforms: [](fixed the template default bug). Editor.Tests referencesUniTaskfor the Cysharp-based tests.1.0.4; dependencycom.cysharp.unitask: 2.3.3; scoped registry scopescom.cysharp,extensions.unity.PackageIds = [extensions.unity, com.cysharp],Version = 1.0.4; manifest-convergence test fixtures realigned to that scope order.release,test_pull_request,test_unity_plugin) added._PackageRoot/,Commands/, and root Unity project files removed. LICENSE copyright year preserved (2023).Compile validation
Built locally in Unity 2022.3.62f3 batchmode:
error CS.error CS—extensions.unity.audioloader.Runtime.dllcompiled, UniTask resolved from OpenUPM (com.cysharp.unitask@2.3.3).Human follow-ups before release
UNITY_EMAIL,UNITY_PASSWORD(UNITY_LICENSE already set), andUPM_ORG_ID,UPM_SERVICE_ACCOUNT_KEY_ID,UPM_SERVICE_ACCOUNT_KEY_SECRET.extensions.unity.audioloader.commands/bump-version.ps1→ GitHub release.trackingMode→githubRelease.🤖 Generated with Claude Code