9E4ECDDE / MultiplayerDynamicBonesMod

GNU General Public License v3.0
17 stars 8 forks source link

Author control of multiplayer'd colliders #11

Open kitlith opened 2 years ago

kitlith commented 2 years ago

It might be nice if avatar authors were able to provide a list of colliders to interact with, kinda acting as a starting point for which colliders to include/exclude when not using the "hands only" mode.

My current idea for specifying this is for the avatar author to put an inactive constraint (such as a position constraint or rotation constraint) listing colliders that should be interacted with on a gameobject with a specific name (i.e. MultiplayerBones, ExportColliders, or something of that sort). however, I suppose a constraint is not ideal if we ever expect (melonloader) mods to come to quest, as constraints are not allowed on quest avatars at the moment. are there other components we could use that can contain arrays of objects?

This could lead to a couple additional modes of selecting what to interact with: