lyuma / Av3Emulator

Emulator for VRChat's Avatars 3.0 system, built on the Unity PlayableGraph API
Other
539 stars 32 forks source link

Av3Emulator rollbacks customized avatar colliders to colliders from avatar #192

Open anatawa12 opened 1 month ago

anatawa12 commented 1 month ago

With debug inspector, we can customize bones for finger coliders and that can be used to touch something with non-finger bones (with losing one finger bone for touch).

However, Av3Emulator cannot emulate this because Av3Emulator calls AvatarDescriptorEditor3.UpdateAutoColliders, which overrides transform for finger colliders with actual (humanoid) finger colliders.

https://note.com/labo405/n/nac5615af9b0e