Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/justsleightly/controllertemplates
https://github.com/justsleightly/controllertemplates
unity vrchat vrchat-avatars
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/justsleightly/controllertemplates
- Owner: JustSleightly
- Created: 2022-10-28T06:48:00.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-03T09:34:55.000Z (about 1 year ago)
- Last Synced: 2024-11-11T09:12:49.241Z (2 months ago)
- Topics: unity, vrchat, vrchat-avatars
- Homepage: https://notes.sleightly.dev/templates
- Size: 882 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Template Animator Controllers [](https://vrc.sleightly.dev/ "JustSleightly") [](https://discord.sleightly.dev/ "Discord") [](https://github.sleightly.dev/ "Github") [](https://store.sleightly.dev/ "Store")
[![GitHub stars](https://img.shields.io/github/stars/JustSleightly/ControllerTemplates)](https://github.com/JustSleightly/ControllerTemplates/stargazers) [![GitHub Tags](https://img.shields.io/github/tag/JustSleightly/ControllerTemplates)](https://github.com/JustSleightly/ControllerTemplates/tags) [![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/JustSleightly/ControllerTemplates?include_prereleases)](https://github.com/JustSleightly/ControllerTemplates/releases) [![GitHub issues](https://img.shields.io/github/issues/JustSleightly/ControllerTemplates)](https://github.com/JustSleightly/ControllerTemplates/issues) [![GitHub last commit](https://img.shields.io/github/last-commit/JustSleightly/ControllerTemplates)](https://github.com/JustSleightly/ControllerTemplates/commits/main) [![Discord](https://img.shields.io/discord/780192344800362506)](https://discord.sleightly.dev/)
All sample logic below is designed to work regardless of your Write Defaults settings unless otherwise specified, and thus should be ignored in any downloaded samples. Please exercise due diligence to use whichever one is compatible with your Avatar, as well as mask any layers as needed.
All sample logic is designed so that bools use `True` for `On` and `False` for `Off`. Arrow indicators in your Expressions Menu represent True.
---
`Buffer`: *An animation clip with an invalid property that is typically 1 frame long*
`Toggle`: *Selecting between 2 options*
`Multi-Toggle`: *Selecting between 3 or more options*
`Independent`: *Each toggle maintains its selection despite the state of other toggles*
`Exclusive`: *Only one option can be active per exclusive group*
`Disable`: *Adds an additional option to a multi-toggle where all other options are disabled*
`Custom`: *Niche logic that was probably requested by someone*
---
### [Download Here](https://templates.sleightly.dev)
---