
A Unity plugin I created which takes your VRChat avatar and generates 64 Telegram stickers using its gestures!
See the example Canis Woof pack: https://t.me/addstickers/CanisWoof
How it works:
- Adds a simple white outline to all renderers in the scene
- Shrinks everything in the armature except for the head
- Takes all of the animator controllers from the VRC Avatar Descriptor, flattens them, adds them to avatar
- For each gesture combination it sets the animator parameter
- Exports as a PNG
See README for instructions.