cancel
Showing results for 
Search instead for 
Did you mean: 

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

VbManOc
Explorer

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 2

decipherone
Protege

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.

 

 

decipherone_1-1703018974289.png

 

 

Thank you, I will post back with my results.