- 最后登录
- 2019-12-2
- 注册时间
- 2012-8-25
- 阅读权限
- 90
- 积分
- 34660
- 纳金币
- 38268
- 精华
- 111
|
Requires Unity 4.2.0 or higher.
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 setup colors, transparency, speed of effect and delays before it starts in the Inspector panel. You can subscribe on 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 then 10kb on your drive and costs less then 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 setup their additional parameters, such as 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
|
|