Simple breathing animation

Posted: 21 Aug 2022 22:22
by x_emoboy_x

I have a simple breathing animation via scaling, is there any way to loop it? To play it during all dialogs, choices, etc.

Code:
@char Ann scale:,0.86 time:1
@char Ann scale:,0.9 time:1


Re: Simple breathing animation

Posted: 22 Aug 2022 06:53
by idaot

We don't recommend using naninovel commands for looping animations. We suggest using Layered characters for animations, as you can animate them however you want with Animator, for example.

https://naninovel.com/guide/characters. ... characters


Re: Simple breathing animation

Posted: 22 Aug 2022 14:21
by x_emoboy_x
idaot wrote: 22 Aug 2022 06:53

We don't recommend using naninovel commands for looping animations. We suggest using Layered characters for animations, as you can animate them however you want with Animator, for example.

https://naninovel.com/guide/characters. ... characters

Thank you, solved the problem with @animate


Re: Simple breathing animation

Posted: 23 Aug 2022 16:22
by x_emoboy_x

PS. I also tried the Layered character + Animator component, and it worked perfectly too!