Conversation
yuna0x0
force-pushed
the
upgrade/v2
branch
8 times, most recently
from
September 14, 2026 09:18
9600154 to
d045f5e
Compare
yuna0x0
marked this pull request as ready for review
September 14, 2026 09:24
…ckage com.yuna0x0.alice-chan Replaces the extracted VRM 0.x assets and the root package.json with a Unity 6000.5 project under unity/ that embeds the package as com.yuna0x0.alice-chan 2.0.0, minimum Unity 2022.3. Adds a 2022.3 check project under ci/, uv-managed helper commands under tools/, and the repository documentation under the current name.
…o sample and FBX Adds source/AliceChan.vroid with its VRM 1.0 and VRM 0.x exports, the package model and derived assets, the editor script that regenerates them, an editor check for the UniVRM dependency, a reimport for the case where the model is imported before UniVRM's shaders exist, and EditMode tests.
Checks run the release check and the package tests on Unity 6000.5 and 2022.3 with a Personal seat of a dedicated account. Release builds the VPM zip, unitypackage, signed UPM tarball, VRM and FBX assets, publishes an immutable release and pushes to itch.io. Basis builds the avatar as a BEE bundle and uploads it to R2, with a one-time editor image build.
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.
Restructures the repository with one folder per project:
source/holds the VRoid Studio project and its exports,unity/the Unity 6000.5 project with the package embedded atunity/Packages/com.yuna0x0.alice-chan,ci/unity-2022.3/a check project on the minimum Unity version,basis/the Basis bundle build, andtools/the uv helper commands. The model moves to VRM 1.0 (VRoid Studio 2.14.0 export, UniVRM 0.131.2), the minimum Unity version is 2022.3, and the checks, release and Basis workflows are added.Three commits:
build: project scaffold underunity/, package manifest and docs, 2022.3 check project, uv helper commands, dotfiles.feat:source/AliceChan.vroidwith both VRM exports, the package model, prefab variant, demo sample, binary FBX, the editor scripts (dependency check, import-order repair, asset regeneration) and the EditMode tests.ci: checks, release, Basis and editor-image workflows.Verified:
UNITY_CI_ENABLEDvariable, pinned GameCI CLI v0.1.63) and returns it after each job.af57235b3816, Watari 0.8.3, and the workflow actions at their current majors.Not in this PR: the release dry run (needs the workflow on
main; runs frommainbefore thev2.0.0tag), the OpenUPM and VPM listing changes (Phase 3), the Basis bundle build (Phase 4).