2D Cartoony Visemes (viseme parameters for VRCHAT)

  Рет қаралды 14,748

colorbars

colorbars

Жыл бұрын

the tutorial i wish i had... here you go. feel free to watch at like 1.5 speed because i am sick and im not the best at makin these kinds of videos
/ _colorbars_
#vrchat

Пікірлер: 59
@hiBest_Blackline
@hiBest_Blackline Күн бұрын
i was making a mask for my avatar and couldnt figure out how to make both meshes move together without combining them in blender. this video helped a lot , very informative and easy to understand. Thank you :3
@nullvalue003
@nullvalue003 2 ай бұрын
I also had to go down this rabbit hole ot figure this out a few years ago. I'm happy you've created an easy-to-follow tutorial here. I hope to see more cartoony characters in the future with this.
@SuperWiiBros08
@SuperWiiBros08 Күн бұрын
Thank you!
@kiwiplaysvr6798
@kiwiplaysvr6798 4 ай бұрын
Very informative, been making avatars, for years and didn't know how 2d visemes worked I'll be sharing this around
@thegooberator
@thegooberator 3 ай бұрын
For the newest version I had to put the animator controller under FX in the playable Layers tab. Hope that helps someone.
@_colorbars_
@_colorbars_ 3 ай бұрын
the visemes control is on the fx animator, where you would put toggles and stuff-- unless vrchat updated it and screwed everything over again. but i dont think i specified that in this video. thank you!
@thegooberator
@thegooberator 2 ай бұрын
@@_colorbars_ I used the same-ish method as you did at first, by my toon shader was causing some weird shading on the mouth, so as a programmer and a game developer that uses unity almost daily, I knew there was a better way to do 2D face cards using scrolling UVs. The method I found was to to put all of the mouths on the same texture as the base texture and that meant I also needed to move the UV cords for the rest down and slightly shrunk. Then in a shader I would have a "VisemeIndex" int that was controlled by the animations. The shader would then move the UV cords for the mouth to the correct mouth. But this way, there's no floating mouth in front, its one material, skinned mesh renderer, one texture, will always work with ANY shader(you'd just need to add the logic), and best of all will work on the quest because there's no transparency. A link to my GitHub to see how it works if you are curious: github.com/TheRealCanad1an/Better2DMouths
@Cielle_Slime
@Cielle_Slime Жыл бұрын
I love the hard sketch mouth. I'd be interested to see how you plan to improve it but I think the style looks great! Ty for the tutorial I've been trying to figure this out for a while.
@KaomojiFN
@KaomojiFN 11 ай бұрын
This was so helpful!!! Thank you I've been trying to find something like this since forever!
@slushyfax631
@slushyfax631 Жыл бұрын
this is indeed a vdeo, thank you milk
@BossKnight
@BossKnight 5 ай бұрын
absolute life saver, only tutorial for this i could find
@ratlzzz
@ratlzzz Жыл бұрын
this is awesome tysm, i've been scrounging around at 4 am looking for a solution like this
@nexosun4842
@nexosun4842 10 ай бұрын
Great tutorial! Worked pretty good for my avatar. :)
@axneon
@axneon Жыл бұрын
thank you so much for making this, I pretty much lost hope in finding any kind of documentation on 2d visemes before finding this, and i combed through almost every documentation and tutorial on the web on this its worth noting though as someone who had an identical method with the invisible plane: I strongly recommend keeping the mouth plane aligned with the face mesh as best as possible if you wanna also upload this to quest, because the quest version does not allow invisible textures. It really sucks having a cool mouth texture only for it to be a weird out of place square for half the userbase (assuming anyone else cares about their things being cross platform) one question though, say i wanted to have the mouth textures transparent on pc and the skin color on quest. would it be better to make an entirely new set of animations with the alt textures, or swap the textures within with the existing animations? or would this be possible at all with a single avatar?
@_colorbars_
@_colorbars_ Жыл бұрын
You'd have to make new animations for the new quest materials unfortunately. Either that or replace the textures in the unity project for the transparent images with the skin color ones; It'll be easy if you name the skin color textures the same as the transparent ones, deleted the transparent ones from the project, and inserted the skin color ones. It replaces the texture in the material and you dont need to change the animations. Easy way to convert the materials to quest shader is by using VRCquesttools, though it'll only convert to toon lit. Fast n easy tho. Glad it helped!
@alwaysyouramanda
@alwaysyouramanda Жыл бұрын
They’re AWESOME
@invertedRR
@invertedRR 4 ай бұрын
bro deserves more subscribers,
@treewizard4508
@treewizard4508 3 ай бұрын
Big help! Thx
@espitz930
@espitz930 Жыл бұрын
This is a great video and have watched many times. I'm still stuck on just one more part! I haven't been able to find much documentation on it but its just the whole process of importing images, turning an image into a separate material, linking them to their blendshape and all that. I have all the materials! Named blendshapes, textures, and a seperate plane, just lost on the what exactly to do with my pngs and making them into a material just for the plane.
@_colorbars_
@_colorbars_ Жыл бұрын
hiya! im glad you like the video! There are two steps to doing this, 1. In blender the plane Must have its own texture aside from the rest of the model. I show you that here 8:30 In unity, when you apply a texture to a model, it automatically creates a corresponding material. However, you can also right click and press Create > Material, in the "albedo" slot you can click and drag your png. Your material inspector will look a little different from mine since i had a specific shader, but standard allows for transparency. All you have to do is go to the top of the shader options and click the drop down for "rendering mode" and select Cutout.
@VitinhoGamer21
@VitinhoGamer21 8 ай бұрын
saved my life
@Megagates_gg
@Megagates_gg Жыл бұрын
This really helped me out - thank you!
@NykoStudio
@NykoStudio 6 ай бұрын
Thank you a lot ^^
@GALM1Cipher
@GALM1Cipher Жыл бұрын
An integer is whole numbers as in 1 2 3 ect. a float is also numbers in between as in 1.02 5.66343 65465.234 ect
@issacvoregames
@issacvoregames Ай бұрын
cool avatar bro and good vid
@_colorbars_
@_colorbars_ 29 күн бұрын
thank you issacvoregames
@GeekyGooForYou
@GeekyGooForYou Жыл бұрын
This is a life saver!!! I tried making blend shapes with individual face plates for mine and they ended up clipping through the model. Do you think these visemes can be switched out for expressions?
@_colorbars_
@_colorbars_ Жыл бұрын
do you mean using expressions instead of visemes or pausing visemes for expressions? for the first one, yes, for the second one, im not so sure how. I'm no programmer but I assume there's a way to stop the visemes while you have a gesture on. If you wanna take the lazy route, see if you can make a blendshape that hides the mouth and exchanges it for one with the expression.
@mikeylarsen5627
@mikeylarsen5627 Жыл бұрын
Thankuuuuuuu
@JosephAnimStudios
@JosephAnimStudios 10 ай бұрын
Thank you so much! I've been looking for a tutorial like this. One question, do you know how to make it random? like, if I wanted to change my eye image to blinking image randomly?
@_colorbars_
@_colorbars_ 10 ай бұрын
i've asked around and picking from a random set of materials isn't really a thing vrchat can do? I'd have to do more research. It's hard to get answers to those kinds of questions. I DO however have an avatar with a 2d blinking animation, and thats just a sprite sheet of different images of the eyes with uv offsets with a LONG looping animation (2 minutes) to give it the illusion that the character is looking around and blinking at random intervals. I'll try to get a video of that together; hard to sit down and focus long enough to record
@xinus2286
@xinus2286 Жыл бұрын
thank you now i can animate my little skrunklies
@_colorbars_
@_colorbars_ Жыл бұрын
love that for them
@theexaltedlt8222
@theexaltedlt8222 Жыл бұрын
good stuff. i tried doing this a couple months ago and it kind of sucked
@Dieselfang
@Dieselfang Жыл бұрын
So how would I make the lip sync appear on the avatar when I speak? I noticed that you have the lip sync set to "viseme blend shape" in your avatar descriptor, but when I do that none of the visemes appear in any of the options below it.
@_colorbars_
@_colorbars_ 11 ай бұрын
Set it to "viseme paramater". Sorry for the confusion and the delay in response! As long as you've set up the visemes in the avatar's fx layer like they are in the video, it should work.
@WeeperSir
@WeeperSir 8 ай бұрын
INSTANT SUB!!!!
@LolbitTheGoof
@LolbitTheGoof Ай бұрын
Hiya! Love the tutorial so far!! Huge help to me as im not to big of a fan of modelling 3d mouths with blendshapes, so this was a huge help to go for 2d mouths. Although i do have a problem i cant seem to fix yet, testing the visemes, the mouth does not return to the base viseme, it stays stuck to the last viseme played, has that happened with you, if so is there a fix? [Edited] OOP I got it to work!!
@_colorbars_
@_colorbars_ 29 күн бұрын
glad it works for you!! (sometimes saying the issue out loud helps you through it lol. Coding ducks and all)
@crayondoodles
@crayondoodles Жыл бұрын
could you possibly make a tutorial video for blinking? and thank you so much for this tutorial !! :]
@_colorbars_
@_colorbars_ Жыл бұрын
I have done blinking for a similar character. It's a bit more complicated and i by no means have perfected it, but i do have a method! i'll see if i can get time this year to make a video on it
@crayondoodles
@crayondoodles Жыл бұрын
thank you so much!!!
@mrhenry404
@mrhenry404 5 ай бұрын
i hope both sides of ur pillow are comfortably cold, TYYY
@alwaysyouramanda
@alwaysyouramanda Жыл бұрын
I made it so hard for myself lol animating material changes
@lightterrors
@lightterrors 5 ай бұрын
would it be possible to make a tutorial thats super beginner friendly? i made and rigged a model but i dont know how to use unity that well
@_colorbars_
@_colorbars_ Күн бұрын
sorry for replying so late- there are plenty of tutorials on youtube that start from the very bottom! I don't have any to reccomend at the moment, as vrchat has changed quite a bit since I followed any, but sippbox does a good job.
@10flashbow37
@10flashbow37 11 ай бұрын
im trying to upload but its saying the image is too big for the actions and moods you probably went over this in the video but there are no time stamps
@_colorbars_
@_colorbars_ 11 ай бұрын
i've never heard of this error, could you explain more? also I didn't go over expressions in this video
@10flashbow37
@10flashbow37 10 ай бұрын
never mind it was with another issue fixed it and the lip syncing is working perfectly@@_colorbars_
@FunfettyYT
@FunfettyYT Күн бұрын
does this work for a vrm file? and does it work in vseeface?
@_colorbars_
@_colorbars_ Күн бұрын
if the set up is similar vrchat's sdk, then I don't see why not. I don't know anything about vseeface/vrm files- the whole reason this is possible is because vrchat has "Viseme parameters", which allow you to assign any animation to the lip sync.
@FunfettyYT
@FunfettyYT Күн бұрын
@@_colorbars_ ah ok thank you I do not think it is possible I will stick to placing my emotions inside my characters head and then figuring out different things
@Iwidelyoutliveeverything
@Iwidelyoutliveeverything Ай бұрын
Sometimes the visemes get stuck
@_colorbars_
@_colorbars_ Ай бұрын
You'd have to share more details in order for me to help you out; I've never experienced this issue before. Check to see if your parameters match up with the way I've configured them
@Optimusprime-ve7xi
@Optimusprime-ve7xi Жыл бұрын
why cant you just show all the different mouths you did so we know which one is for every viseme?
@_colorbars_
@_colorbars_ Жыл бұрын
there are a lot of helpful tutorials online about lip sync animations
@Optimusprime-ve7xi
@Optimusprime-ve7xi Жыл бұрын
@@_colorbars_ not for 2d visemes
@_colorbars_
@_colorbars_ Жыл бұрын
@@Optimusprime-ve7xi they work the same as keyframes for any 2d animation
How to Make an Animatable 2D Face in Blender
2:06
Cake Box
Рет қаралды 116 М.
아이스크림으로 체감되는 요즘 물가
00:16
진영민yeongmin
Рет қаралды 61 МЛН
50 YouTubers Fight For $1,000,000
41:27
MrBeast
Рет қаралды 194 МЛН
Опасность фирменной зарядки Apple
00:57
SuperCrastan
Рет қаралды 4,6 МЛН
Mama vs Son vs Daddy 😭🤣
00:13
DADDYSON SHOW
Рет қаралды 25 МЛН
Can we dooby Tesco's GU10 bulbs?  - with schematic
10:41
bigclivedotcom
Рет қаралды 53 М.
VRChat Avatar Dynamics Tutorial - PhysBone Colliders
2:24
Sipp's Avatar Box
Рет қаралды 85 М.
2D Facial Rigging For 3D Character
2:00
GCubee
Рет қаралды 47 М.
speak no more of the leaves, sirr
0:16
colorbars
Рет қаралды 307
Java Is Better Than Rust
42:14
ThePrimeTime
Рет қаралды 37 М.
VRChat Avatar 3.0 - How to Change Hand Gesture on Prop Toggle
3:11
Sipp's Avatar Box
Рет қаралды 58 М.
아이스크림으로 체감되는 요즘 물가
00:16
진영민yeongmin
Рет қаралды 61 МЛН