yum-slop/YOTS

an optimized toggle system for vrchat

git clone https://git.yummers.dev/yum-slop/YOTS

yumprefab now points to simple shirt toggle721c6b2

master
445 B26 linesraw
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      "dependencies": ["Shirt"],
17      "meshToggles": ["Jacket"],
18      "blendShapes": [
19        {
20          "path": "Body",
21          "blendShape": "Chest_Hide"
22        }
23      ]
24    }
25  ]
26}