Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
VbManOc's avatar
VbManOc
Explorer
2 years ago

Does anyone know how to add a gameobject to a Meta avatar?

I really want to use the avatars in my game but I am stopped because I can not figure out how to "add" a game object to an avatar. For example if I wanted to add a wrist watch or a custom ray cast. 

 

Any help would be greatly appreciated!

2 Replies

Replies have been turned off for this discussion
  • 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.

     

     

     

     

    • VbManOc's avatar
      VbManOc
      Explorer

      Thank you, I will post back with my results.