diff options
author | tylermurphy534 <tylermurphy534@gmail.com> | 2022-11-06 15:12:42 -0500 |
---|---|---|
committer | tylermurphy534 <tylermurphy534@gmail.com> | 2022-11-06 15:12:42 -0500 |
commit | eb84bb298d2b95aec7b2ae12cbf25ac64f25379a (patch) | |
tree | efd616a157df06ab661c6d56651853431ac6b08b /VRCSDK3AvatarsLegacy/Assets/Gesture Animation Instructions.txt | |
download | unityprojects-eb84bb298d2b95aec7b2ae12cbf25ac64f25379a.tar.gz unityprojects-eb84bb298d2b95aec7b2ae12cbf25ac64f25379a.tar.bz2 unityprojects-eb84bb298d2b95aec7b2ae12cbf25ac64f25379a.zip |
move to self host
Diffstat (limited to 'VRCSDK3AvatarsLegacy/Assets/Gesture Animation Instructions.txt')
-rw-r--r-- | VRCSDK3AvatarsLegacy/Assets/Gesture Animation Instructions.txt | 107 |
1 files changed, 107 insertions, 0 deletions
diff --git a/VRCSDK3AvatarsLegacy/Assets/Gesture Animation Instructions.txt b/VRCSDK3AvatarsLegacy/Assets/Gesture Animation Instructions.txt new file mode 100644 index 00000000..9d844760 --- /dev/null +++ b/VRCSDK3AvatarsLegacy/Assets/Gesture Animation Instructions.txt @@ -0,0 +1,107 @@ +i don't recommend putting these animations on emote +because it will play 1 minute and then turn off, +if you want full animations ingame you must put it on gesture, +if you don't know how here is tutorial: +https://www.youtube.com/watch?v=OKEQGwAJsRc +it's not great tutorial, +but if you know basics of unity +you can do it! +- +Or if You Want text tutorial: +1. duplicate main avatar (ctrl + d) +- +2. (OPTIONAL) delete avatar descriptor from duplicate +- +3. create animator override controller (Or Duplicate your main) + if you are duplicating existing controller: + make sure everything is set to none + then set animation you want on IDLE +- + if you are creating new controller: + set controller to "avatar controller template" + set animation you want on IDLE +- + now you have controller for animation + don't forget to name the controller! +- +- +4.put newly created controller on your character +- +5. put avatar with animation, into your main avatar +- +6. again, duplicate main avatar +- +7. create "animator controller" + (Not "Animator Override Controller" ) +- +8. put Animator Controller To Duplicated main avatar +- +9. now open animation window + on top click Window>Animation>Animation +- +10. with duplicate selected, you should click create (in animation window) + now select where you want your animation to be +- +11. now click red dot button, + and now select body and armature (ctrl + left click) + when you select it uncheck it + so it shows in animation window +- +12. now click add property + window will appear + click on little arrow by name of animation avatar + select animation avatar by clicking "+" in "is active" +- +13. now check animation avatar (in animation window) +- +14. (IMPORTANT), select dots on 0:00 frame + copy them (ctrl + c) + and paste them on 0:01 frame (ctrl + v) +- +15. select main avatar controller + now find location of animation file + and put it on gesture you want + (for example "Fist") +- +16. now you can delete duplicate outside of main avatar +- +17. if your animation have music + right click animation avatar + "audio>audio source" + and configure it + - + in audio clip put your audio file + - + i recommend putting max distance on "15" + - + in volume rolloff + i always put linear rolloff + but i don't know, what differences it causes + - + Spatial Blend must be full on right (set on 1) + of it's not on 1 music will play on whole world +- +Tutorial End +- +but please don't make too many gesture animations, +because: many duplicates = low fps +- +so use this knowledge responsibly! +please! + +if you have problems tell me at vrcmods +i will try to help + +one more thing! +if you are on desktop you can access gestures by clicking: +"shift + f" keys. + +if you are wondering what key is what gesture here you go! +"Shift + F1" Idle (Turns Off All Animations) +"Shift + F2" Fist +"Shift + F3" HandOpen +"Shift + F4" FingerPoint +"Shift + F5" Victory +"Shift + F6" RockNRoll +"Shift + F7" HandGun +"Shift + F8" ThumbsUp
\ No newline at end of file |