Skip to content

Commit dfc5535

Browse files
committed
Animation Toggle Generator
1 parent 5b1b9ba commit dfc5535

File tree

8 files changed

+611
-10
lines changed

8 files changed

+611
-10
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Updates/
2+
Unity-Zip-Importer-Lib/

README.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@
5555
<li>Added resolution presets: 240p & 360p</li>
5656
<li>Small code/logic edits</li>
5757
<li>Updated About page layout & links</li>
58-
<li></li>
5958
</ul>
6059
</p>
6160
<b>2024-03-02: v1.2.0</b>
@@ -107,6 +106,29 @@
107106
</ul>
108107
</p>
109108
<b>2024-03-02: v1.0.0</b>
109+
<p>
110+
<ul>
111+
<li>Initial Release</li>
112+
</ul>
113+
</p>
114+
115+
<h1>Animation Toggle Generator</h1>
116+
<p>Create simple object toggles on your VRChat avatar with ease.
117+
<br><br>
118+
<i>Inspired by ArhianaDev</i>
119+
</p>
120+
121+
<h1>Download</h1>
122+
<p>Head to <a href="https://mintylabs.booth.pm/items/6130982">Booth</a> or <a href="https://mintylabs.gumroad.com/l/AnimationToggleGenerator">Gumroad</a> or <a href="https://github.com/Minty-Labs/Unity-Tools/releases">Releases</a> or <a href="https://jinxxy.com/MintLily/AnimationToggleGenerator">Jinxxy</a> to download.</p>
123+
124+
<h1>Features</h1>
125+
<ul>
126+
<li>Manually set menu toggle name, separate FXLayer, ExpressionsMenu, and ExpressionParameter files.</li>
127+
<li>Auto detection of Write Defaults</li>
128+
</ul>
129+
130+
<h1>Updates</h1>
131+
<b>2024-09-29: v1.0.0</b>
110132
<p>
111133
<ul>
112134
<li>Initial Release</li>

Unity-Snapshot-Utility/Assets/Minty Labs/Snapshot Utility/Scenes.meta renamed to Unity-Animation-Toggle-Generator/Assets/AnimationToggleGenerator.meta

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Unity-Snapshot-Utility/Assets/Minty Labs/Snapshot Utility/Scenes/Demo.meta renamed to Unity-Animation-Toggle-Generator/Assets/AnimationToggleGenerator/Editor.meta

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Unity-Animation-Toggle-Generator/Assets/AnimationToggleGenerator/Editor/MintyToggleGenerator.cs

Lines changed: 572 additions & 0 deletions
Large diffs are not rendered by default.

Unity-Animation-Toggle-Generator/Assets/AnimationToggleGenerator/Editor/MintyToggleGenerator.cs.meta

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1.0.0

Unity-Snapshot-Utility/Assets/Minty Labs/Snapshot Utility/Scenes/Demo.unity.meta

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)