0
0

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 1 year has passed since last update.

半透明のパーティクルを不透明にする方法

Posted at

# 比較

image.png

image.png

背景

VR環境だと、半透明のパーティクルがマジで見づらい!

やること

♡と☆のパーティクルについて、両方ともカラーのalpha値が1なのですが、ハートが半透明で星が不透明になっていると思います。

今回はこれのやり方の解説です。

1. テクスチャの編集

元のテクスチャ

image.png

編集後のテクスチャ

image.png

元のテクスチャは背景が黒なのですが、これを画像編集して、背景を透明にします。

2. マテリアルの編集

Shaderを変更します

Shader > Legacy Shaders > Particles > Additive 

がデフォルトの設定になっているので、これを

Shader > Legacy Shaders > Particles > Alpha Blende

に変更します。以上!

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?