Screen Fader
Patico
$5.00
Date |
Price |
---|---|
日期和时间 |
价钱($) |
03/25(2018) |
5.0 |
11/17(2024) |
5.0 |
Jump AssetStore
DEMO | Website | Forum | Video (v. 1.01)
This easy-to-use script will allow you to fade in or out your screen with only one line of code, so all you need is to write:
Fader.Instance.FadeIn();
or
Fader.Instance.FadeIn().LoadLevel(1).FadeOut();
Very easy, but on the other hand, you will get enough strong possibilities. You can set up colors, transparency, speed of effect and delays before it starts in the Inspector panel. You can subscribe to events and get notifications when effects will start or complete.
This asset works well on Free and Pro Unity, suitable for Web, Standalone, Android and iOS platform. And all this takes less than 10kb on your drive and costs less than your morning coffee.
What is more: you'll get 2 extra scripts that will allow you to fade your screen with squares or stripes effect, and of course, you can also set up their additional parameters, such as a number of stripes or squares and direction of effect.
Features:
- Makes any fading with one line of code
- Customizable screen transitions with different effects
- Dynamic changing of fading color
- GameObjects fadings
- Chain calls, like Fader.Instance.FadeIn().Pause(10).FadeOut()
- Load Levels with fading
- Easy to extend with own Actions and Coroutines
- Compatible with Unity 5
- Friendly Price
Note: This version doesn't supported on VR-devices