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

Improved selection of VRM10SpringBoneCollider on inspector #2312

Merged
merged 2 commits into from
Jun 7, 2024

Conversation

LanternaBlender
Copy link
Contributor

@LanternaBlender LanternaBlender commented Jun 6, 2024

概要
同じボーンに複数のVRM10SpringBoneColliderが存在する場合に、インスペクターから目的のVRM10SpringBoneColliderを探して選択し易くするボタンの追加です。
#2306 の機能強化になります。

変更前
Unity標準のオブジェクトピッカーでVRM10SpringBoneColliderを選択しようとした場合、表示されるのはボーンの中で一番上にアタッチされているVRM10SpringBoneColliderだけです。
下記の画像の例では、chestボーンに3つのコライダが存在しますが、オブジェクトピッカーにはchestが1つしか表示されません。このchestを選択した場合、chestボーンの中で一番上に存在するSphereが選択されます。Capsule1やCapsule2を選択するには、ボーンのインスペクタを開いてCapsule1やCapsule2のスクリプトを一番上に移動してから再度選択する必要があり、手間がかかります。
Unity標準のオブジェクトピッカー

変更後
オブジェクトフィールドに表示されているボーンに複数のコライダが存在する場合、リセレクトボタンを表示します。
ボタンを押下すると下記のようなウィンドウが表示され、ボーンの中の任意のコライダが選択できます。
リセレクトボタン

Copy link
Contributor

@ousttrue ousttrue left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👀 よさそう 👍

@ousttrue ousttrue merged commit c02d2cc into vrm-c:master Jun 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants