Lens effect frosted
Hello,
I'm trying to understand how the final effect of the following lens works.
https://gfycat.com/BitterPoorAnole
- open mouth => Steam (ok)
- Frosted on the screen (?)
- then logo and message.(?)
By advance thanks for your help!
Could possibly be a delay
Hi Takinours,
You can use Behavior Script to set up multiple reactions to Open Mouth triggers, each with a different delay (like da.rch mentioned). You can have each BehaviorScript enable the effects you want to activate, or have them trigger tween scripts if you want nicer intro/outro transitions. Let me know if you need help with how to set this up!
Thanks for your comments! And how the frost effect is done? I think that's the hardest part for me (sorry i m french) once again thanks!
Hi Takinours,
It's a little hard for me to see the effect from the gif you posted, but I think it could just be a billboarded sprite possibly with a blend mode. Could you give more detail about what part of the effect is giving you trouble? Thanks!
Hello. Thanks to take time to answer.
I'm searching how to make this part of the lens.
For the frost you can create a texture animation of frost covering more and more of the image. You can make the message appear after the animation is done by either timing it manually or using a callback for the texture animation finishing. You should be able to do all of this using BehaviorScript too :). Let me know if you need help with how to set up any specific part of this!