8
7

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Unity5 Canvasの中に対してブラーとか使うとき(修正版)

Last updated at Posted at 2015-03-02

●Assets->Import Package->Effectsでパッケージをインポートしておく

●GameObjectの構成を下記のようにする。

 Main Camera->Canvas->GameObject

●各オブジェクトの説明
・Main Camera:
  Cameraオブジェクトを設定、Blurスクリプトをここに追加
・Canvas:
  ①Canvasオブジェクトが設定されていて、RenderMode
   Screen Space - OverlayからScreen Space - Cameraにする。
  ②Render Cameraを上記のMain Cameraにする
・GameObject:
  Raw Image・Image等の表示したいものを貼り付ける。

※Blurスクリプトを有効にした時

スクリーンショット 2015-03-02 23.18.02.png

※Blurスクリプトを有効にしない時

スクリーンショット 2015-03-02 23.18.41.png

8
7
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
8
7

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?