generated from vrchat-community/template-package
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: CVRAvatar prevents removal of Animator (#260)
* fix: CVRAvatar prevents removal of Animator The error "Can't remove Animator because CVRAvatar (Script) depends on it" occurs in ChilloutVR avatars during the recreation of the Animator component. This is because CVRAvatar has a RequireComponent annotation for Animator. This commit fixes this issue by removing CVRAvatar first, and recreates it in the same way. Tested on ChilloutVR CCK v3.9 RELEASE * review pass: introspect RequireComponent attribute instead * chore: update CHANGELOG.md --------- Co-authored-by: Haï~ <hai-vr@users.noreply.github.com> Co-authored-by: bd_ <bd_@nadena.dev>
- Loading branch information
1 parent
623f928
commit 9ea8e65
Showing
2 changed files
with
40 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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
This file contains 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