Hi. I’m not sure this is the proper place in the forums for this question but I feel that if there is anyway to resolve the issue it’d be through scripting.
I need to be able to equip my players with things like food and drinks. So if they click on a food item it will place the item in their hand. I’ve seen online tutorials for things like this, however my problem is that I’m remotely loading the character through another program that loads on startup of the game. Specifically IMVU for unity. As such there are no “bones” listed in the hierarchy for me to attach the items to.
They do seem to be listed in a “ragdoll” script. Would there be any way to make this work or is it just hopeless?
Class names & functions are assumed, but I expect the Ragdoll has some sort of bone class or skeleton class that has the bones. Then each bone may have a unique identifier like bone.type or bone.id so you can work out which you need.
Just look at the ragdoll script, find the Bone class or whatever bonea are stored as then look at that class to see what you’ve got to work with.
If you cant get to the bone class just do “Bone.” & look at your auto complete options