fix: MA breaks in new VRCSDK projects

This commit is contained in:
bd_ 2025-04-01 17:58:57 -07:00
parent 3324d3f71b
commit aa5d1769d5
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;