LoginSignup
4
5

More than 5 years have passed since last update.

[コード不要] Unityで画面をぼかす方法

Posted at

Unityで画面をぼかす方法

UnityのImageEffectという機能を使ってコード不要で画面をぼかす方法。

Effectsのパッケージをインストール

Assets→Import Package→Effectsを選択します。

スクリーンショット 2017-04-29 16.32.50.png

画像のような感じになるので、importをクリックします。

スクリーンショット 2017-04-29 16.35.10.png

ProjectにStandard Assetsが追加されるので、
Standard Assets→Effects→ImageEffects→Scripts内のBlurを、Main Cameraにドラッグ&ドロップすれば完了です!

スクリーンショット 2017-04-29 16.41.42.png

これが
スクリーンショット 2017-04-29 16.53.02.png

こんな感じになるはずです!
スクリーンショット 2017-04-29 16.53.12.png

以上、Unityにぼかしを入れる方法でした。

4
5
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
5