Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support VRCSDK 3.5.0 #787

Merged
merged 4 commits into from
Dec 9, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/gameci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
with:
path: Packages/com.anatawa12.avatar-optimizer
ref: ${{ github.event.pull_request.head.sha }}
- uses: anatawa12/sh-actions/setup-vrc-get@master
# lock 3.4.2 for now for unity 2022.
# see https://github.com/anatawa12/vrc-get/issues/262
- run: vrc-get i com.vrchat.avatars 3.4.2
- uses: anatawa12/sh-actions/resolve-vpm-packages@master
with:
repos: |
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG-PRERELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ The format is based on [Keep a Changelog].

## [Unreleased]
### Added
- Support for VRCSDK 3.5.x `#787`
- Actually, previous version of AAO works well with VRCSDK 3.5.x / Unity 2022 with tiny bugs.
- I've fixed some bugs in Unity 2022 in this release.
- Since this version, package.json declares Avatar Optimizer is compatible with VRCSDK 3.5.x.
- I was planned to release this changes while VRCSDK 3.5.0 is in beta.
- However, VRCSDK 3.5.0 beta was only 3 hours so I could not.

### Changed

Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ The format is based on [Keep a Changelog].

## [Unreleased]
### Added
- Support for VRCSDK 3.5.x `#787`
- Actually, previous version of AAO works well with VRCSDK 3.5.x / Unity 2022 with tiny bugs.
- I've fixed some bugs in Unity 2022 in this release.
- Since this version, package.json declares Avatar Optimizer is compatible with VRCSDK 3.5.x.
- I was planned to release this changes while VRCSDK 3.5.0 is in beta.
- However, VRCSDK 3.5.0 beta was only 3 hours so I could not.

### Changed

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"vpmDependencies": {
"com.anatawa12.custom-localization-for-editor-extension": "^1.0.0",
"nadena.dev.ndmf": "^1.0.0",
"com.vrchat.avatars": ">=3.2.0-beta.1 <3.5.0"
"com.vrchat.avatars": ">=3.2.0-beta.1 <3.6.0"
}
}
Loading