├── .gitignore ├── Auto-Toggle-Creator V0.8.1.unitypackage ├── AutoToggleCreator.cs ├── DebugMenu.cs ├── IDLE.anim ├── LICENSE ├── README.md ├── ToggleGroupsEditor.cs ├── example.png ├── minus.png └── plus.png /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CascadianVR/Auto-Toggle-Creator/HEAD/.gitignore -------------------------------------------------------------------------------- /Auto-Toggle-Creator V0.8.1.unitypackage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CascadianVR/Auto-Toggle-Creator/HEAD/Auto-Toggle-Creator V0.8.1.unitypackage -------------------------------------------------------------------------------- /AutoToggleCreator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CascadianVR/Auto-Toggle-Creator/HEAD/AutoToggleCreator.cs -------------------------------------------------------------------------------- /DebugMenu.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CascadianVR/Auto-Toggle-Creator/HEAD/DebugMenu.cs -------------------------------------------------------------------------------- /IDLE.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CascadianVR/Auto-Toggle-Creator/HEAD/IDLE.anim -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CascadianVR/Auto-Toggle-Creator/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CascadianVR/Auto-Toggle-Creator/HEAD/README.md -------------------------------------------------------------------------------- /ToggleGroupsEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CascadianVR/Auto-Toggle-Creator/HEAD/ToggleGroupsEditor.cs -------------------------------------------------------------------------------- /example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CascadianVR/Auto-Toggle-Creator/HEAD/example.png -------------------------------------------------------------------------------- /minus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CascadianVR/Auto-Toggle-Creator/HEAD/minus.png -------------------------------------------------------------------------------- /plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CascadianVR/Auto-Toggle-Creator/HEAD/plus.png --------------------------------------------------------------------------------