snozbot / fungus

An easy to use Unity 3D library for creating illustrated Interactive Fiction games and more.
MIT License
1.63k stars 291 forks source link

SayDialog Panel Animation #1000

Open breadnone opened 3 years ago

breadnone commented 3 years ago

Description

Add additional animations to SayDialog panel

What is the current behavior?

It only supports fade in/out

What is the new behavior?

It still retains the default fade in/out so the transition would be much pleasing if combined together

https://user-images.githubusercontent.com/64100867/122865407-907eb700-d350-11eb-8f2b-d698037f484d.mp4

Now there are additional effects, such as:

Other information

Ease is set to linear, based on my experience any other types than linear would make scaling get stuck if Shake Camera is executed.

Relates to https://github.com/snozbot/fungus/issues/740

Edit: Added video