3
1

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.

Unity VisualEffectGraph -インストール方法-

Last updated at Posted at 2019-04-07

#はじめに
 3月に開催されたUnity道場でVisualEffectGraphを扱っていました。動画を見て私も触り、面白かったのでUnityでVFXを始める方法を書いてみました。
 下の位なら数分で出来ます。凄いのはUnity道場さんの方で紹介しているのでそちらをご覧ください。
(Unity道場:https://www.twitch.tv/videos/402900582)

image.png
・散らばるコイン

#Unityプロジェクト作成
 今回使うUnityバージョンは「2019.1.0b10」です。2018.3系でも出来るらしいのですが、PackageManagerにVEGの古いバージョンしかインストールできなかったので2019プレビュー版を使います。
 まずプロジェクト作成時にHDRPを選択。LWRPでも出来ますが今回はHDRPに設定します。LWRPはテラシュールブログさんが詳しく書いているのでそちらをご覧ください。
(テラシュールブログ:http://tsubakit1.hateblo.jp/entry/2019/04/03/233240)

image.png
・プロジェクト作成時にHDRPを選択

#PackageManagerからVisualEffectGraphをインストール
 上部の「Window」から「Package Manager」を開き、PackageManagerの上部の「Advanced」から「Show Preview Packages」にチェックを入れて、またPreview状態の「VisualEffectGraph」を表示させます。
 PackageManagerから「VisualEffectGraph」を開き、右ウィンドウ右下からインストール。
image.png
・PackageManagerでVisualEffectGraphを選択

#VisualEffectGraphを開く
 ・Projectで「Create」、「VisualEffects」、「VisualEffectGraph」と選択していき、VEGを新規に作成。
image.png

 ・Parameterのウィンドウが使わない時に開いたままだと邪魔なので、上部の「Blackboard」を押して消すと見やすくなります。
image.png

 これでVEGを使えるようになりました!
 後は適当にノードを使って楽しんでいきましょう!

 追記
 シンプルパーティクルの解説を書きました。
 Unity VisualEffectGraph -シンプルパーティクル解説-
 https://qiita.com/KoniroIris/items/e396fe2a6c65c2e4e2b4

3
1
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
3
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?