This plugin is specifically designed to lock CustomUnityAsset to the position of the chest collider of a person and turn off collisions with all other objects except breasts.
Usage example:
Assuming you have @slimy 's GentlemanHand asset loaded and want to "attach" the hand to a person's breast, and don't want other objects (such as the person's own hand) to collide with the GentlemanHand, this plugin can help, this especially useful for dancing scenes.
The implement was inspired by @Feel 's ObjectPositionSaver and @CheesyFX 's CollisionManager, they can achieve similar functions but can't do what this plugin do. Currently ObjectPositionSaver only has controllers for selection but not colliders (which is required for reflecting the "real" visual position), and CollisionManager can only change collision setting per Atom, but not on per collider basis.
Usage example:
Assuming you have @slimy 's GentlemanHand asset loaded and want to "attach" the hand to a person's breast, and don't want other objects (such as the person's own hand) to collide with the GentlemanHand, this plugin can help, this especially useful for dancing scenes.
The implement was inspired by @Feel 's ObjectPositionSaver and @CheesyFX 's CollisionManager, they can achieve similar functions but can't do what this plugin do. Currently ObjectPositionSaver only has controllers for selection but not colliders (which is required for reflecting the "real" visual position), and CollisionManager can only change collision setting per Atom, but not on per collider basis.