yum-slop/YOTS
an optimized toggle system for vrchat
git clone https://git.yummers.dev/yum-slop/YOTS
63b6093
master
1{ 2"api_version" :"1.0" , 3"toggles" : [ 4 { 5"name" :"Shirt" , 6"meshToggles" : ["Shirt" ], 7"blendShapes" : [ 8 { 9"path" :"Body" , 10"blendShape" :"Chest_Hide" 11 } 12 ] 13 }, 14 { 15"name" :"Jacket" , 16"meshToggles" : ["Jacket" ], 17"blendShapes" : [ 18 { 19"path" :"Body" , 20"blendShape" :"Chest_Hide" 21 } 22 ] 23 } 24 ] 25}