{"id":21766042,"url":"https://github.com/narazaka/avatarparametersdriver","last_synced_at":"2025-04-13T15:11:13.774Z","repository":{"id":219578932,"uuid":"749391565","full_name":"Narazaka/AvatarParametersDriver","owner":"Narazaka","description":"Convenient VRC Parameter Driver","archived":false,"fork":false,"pushed_at":"2025-01-24T01:06:48.000Z","size":204,"stargazers_count":8,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-12T17:00:05.211Z","etag":null,"topics":["ndmf","vrchat","vrchat-avatar","vrchat-avatars","vrchat-sdk3","vrchat-tool"],"latest_commit_sha":null,"homepage":"https://narazaka.github.io/AvatarParametersDriver/","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"zlib","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Narazaka.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-01-28T13:03:08.000Z","updated_at":"2025-04-12T06:06:07.000Z","dependencies_parsed_at":"2024-04-16T23:41:33.101Z","dependency_job_id":"a86b171e-b3c1-4e49-a09f-640a82ceaeea","html_url":"https://github.com/Narazaka/AvatarParametersDriver","commit_stats":null,"previous_names":["narazaka/avatarparametersdriver"],"tags_count":30,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Narazaka%2FAvatarParametersDriver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Narazaka%2FAvatarParametersDriver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Narazaka%2FAvatarParametersDriver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Narazaka%2FAvatarParametersDriver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Narazaka","download_url":"https://codeload.github.com/Narazaka/AvatarParametersDriver/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248732485,"owners_count":21152852,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ndmf","vrchat","vrchat-avatar","vrchat-avatars","vrchat-sdk3","vrchat-tool"],"created_at":"2024-11-26T13:14:57.251Z","updated_at":"2025-04-13T15:11:13.766Z","avatar_url":"https://github.com/Narazaka.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Avatar Parameters Driver\n\nVRC Parameter Driverを便利に使うコンポーネント\n\n![Avatar Parameters Driver](docs~/AvatarParametersDriver.png)\n\nコンポーネントに設定するだけでアニメーションの条件遷移とVRC Avatar Parameter Driverが生成されます。\n\nアバター衣装の依存関係制御などにご活用下さい。\n\n手動アニメーション編集やAvatarMenuCreatorなどでは面倒だった、水着と服同時に出さないみたいなパラメーターの依存関係が簡単に設定出来たりします。\n\nNDMF・Modular Avatarを利用しています。\n\n## インストール\n\n### VCC用インストーラーunitypackageによる方法（VRChatプロジェクトおすすめ）\n\nhttps://github.com/Narazaka/AvatarParametersDriver/releases/latest から `net.narazaka.vrchat.avatar-parameters-driver-installer.zip` をダウンロードして解凍し、対象のプロジェクトにインポートする。\n\n### VCCによる方法\n\n0. https://modular-avatar.nadena.dev/ja から「ダウンロード（VCC経由）」ボタンを押してリポジトリをVCCにインストールします。\n1. [https://vpm.narazaka.net/](https://vpm.narazaka.net/?q=net.narazaka.vrchat.avatar-parameters-driver) から「Add to VCC」ボタンを押してリポジトリをVCCにインストールします。\n2. VCCでSettings→Packages→Installed Repositoriesの一覧中で「Narazaka VPM Listing」にチェックが付いていることを確認します。\n3. アバタープロジェクトの「Manage Project」から「Avatar Parameters Driver」をインストールします。\n\n## 使い方\n\nアバター内のGameObjectに「Add Component」ボタンなどから「Avatar Parameters Driver」コンポーネントを付けて設定します。\n\n## 更新履歴\n\n- 3.4.1\n  - シーン上の邪魔なアイコンがデフォルトで無効になるように\n- 3.4.0\n  - 「戻り条件を設定しない（実験的）」機能を追加。ONにすると条件が成立している間パラメーターが設定され続けます。\n- 3.3.0\n  - アイコンが付きました \u003cimg src=\"Icons/AvatarParametersDriver.png\" width=\"18\" height=\"18\"\u003e\n- 3.2.0\n  - 日本語化\n- 3.1.3\n  - 更新履歴URL等をマニフェストに追加\n- 3.1.2\n  - Greater / Less のラベルが`\u003e=`等になっていたのを意味的に正しい`\u003e`に修正\n  - IntパラメーターについてGreater / Lessを設定したときに正しく戻るように修正\n- 3.1.1\n  - Drive ParameterのCopyの変数指定UIが見た目と逆になっていた（destination→sourceになっていた）バグの修正\n- 3.1.0\n  - 事前条件設定（PreConditions）追加\n    - 通常は `idle`→（Conditionsを満たす）→`active`（VRCAvatarParameterDriver動作）→（Conditionsの逆を満たす）→`idle` というステートマシンになります。\n    - `UsePreCondition`が有効だと `idle`→（PreConditionsを満たす）→`pre_active`→（Conditionsを満たす）→`active`（VRCAvatarParameterDriver動作）→（Conditionsの逆を満たす）→`idle` というステートマシンになります。\n- 3.0.0\n  - NDMF Parameter Provider対応\n  - VCCのバグで非互換の依存関係をインストールできてしまう問題があるために緊急的にリリースとした物です。安定性が低い可能性があります。\n- 3.0.0-rc.1\n  - ビルドの問題を修正\n- 3.0.0-rc.0\n  - NDMF Parameter Provider対応\n- 2.0.2\n  - VCCでのUnity 2022プロジェクトへのインストールでUnityバージョン警告がでないように\n  - 依存関係を更新\n- 2.0.1\n  - 依存関係を更新\n- 2.0.0\n  - 外部連携APIの変更\n    - Avatar Menu Creator for MA は 1.9.2 以降にアップグレードして下さい (1.9.1以前だとパラメーターが正しく取れません)\n    - Avatar Parameters Exclusive Group は 0.2.0 以降にアップグレードして下さい  (0.1.2以前だとパラメーターが正しく取れません)\n- 1.2.3\n  - Animator内にTriggerがあるとエラーになる問題を修正\n- 1.2.2\n  - Avatar Optimizerの警告を削減\n- 1.2.1\n  - 複数条件を指定した場合2回目の遷移が正しくならない問題を修正\n- 1.2.0\n  - 外部連携ができるようにAPIを整理\n- 1.1.0\n  - パラメーターを外部申告できるように\n- 1.0.5\n  - パラメーターキャッシュ更新タイミングを修正\n- 1.0.3\n  - Animatorなどにあるパラメーターを含める\n- 1.0.0\n  - リリース\n\n## License\n\n[Zlib License](LICENSE.txt)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnarazaka%2Favatarparametersdriver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnarazaka%2Favatarparametersdriver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnarazaka%2Favatarparametersdriver/lists"}