12-13-2023 09:40 PM
12-19-2023 12:50 PM
You can do this a few ways. One with the Load Event Callbacks in the AvatarEntity script itself.
Create scripts to fire off attachment functionality when the load event happens.
Or, you can use a management class to target specific joints at runtime to attach objects.
You'll have to experiment with positions and offsets to get it to look right.
12-21-2023 09:44 PM
Thank you, I will post back with my results.