fix: MA breaks in new VRCSDK projects (#1532)

This commit is contained in:
bd_ 2025-04-01 19:01:37 -07:00 committed by GitHub
parent 3324d3f71b
commit b733ce2e4d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 5 additions and 1 deletions

View File

@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
### Fixed
- [#1532] Modular Avatarが新しく作成したプロジェクトでコンパイラエラーを出す問題を修正
### Changed

View File

@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
### Fixed
- [#1532] Modular Avatar has compiler errors in a newly created project
### Changed

View File

@ -11,6 +11,7 @@ Modular Avatarの主な変更点をこのファイルで記録しています。
### Added
### Fixed
- [#1532] Modular Avatarが新しく作成したプロジェクトでコンパイラエラーを出す問題を修正
### Changed

View File

@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
### Fixed
- [#1532] Modular Avatar has compiler errors in a newly created project
### Changed

View File

@ -2,7 +2,7 @@
using nadena.dev.ndmf;
using UnityEditor;
using UnityEngine;
#if VRC_SDK_VRCSDK3
#if MA_VRCSDK3_AVATARS
using VRC.Dynamics;
using VRC.SDK3.Dynamics.Constraint.Components;