animation carachters

Posted: 19 Sep 2024 19:09
by fastoriginal

hi i'm trying to animate my characters, very simple things like eyes and mouth that open and close during dialogues. but i'm having a lot of difficulties.
to do it i was following this tutorial

https://www.youtube.com/watch?v=M2Z3avce_J4

but i'm not sure it's the right one, also for the little i managed to do the various frames of the animation all appear overlapped together...
i divided the project into "character folder -> pose folders -> pose frame"
i leave you an image that explains it better...
how can i do it? the frames are all separate png... to avoid position problems etc. it's the same image duplicated and modified in detail to animate.
Image

please help me!


Re: animation carachters

Posted: 19 Sep 2024 21:33
by fastoriginal

Image


Re: animation carachters

Posted: 21 Sep 2024 02:49
by fastoriginal

Image
ok I managed to create the animation I wanted, the error was in the management between groups and levels. and obviously then in the code I wrote...
now it's correct is there a way to create a loop for the entire duration of the written text?


Re: animation carachters

Posted: 21 Sep 2024 06:31
by fastoriginal

it only works with one animation group...
i tried to insert other groups but they appear overlapping... what can i do?


Re: animation carachters

Posted: 21 Sep 2024 11:13
by fastoriginal

ok fixed this too by giving before and after the char change the command "group" -


Re: animation carachters

Posted: 29 Sep 2024 08:42
by fastoriginal

how can use my prefab with the animator of unity?