LoginSignup
2
1

[Unity]モバイル向け設定でBloomが光らない時

Posted at

概要

Unityでは実行環境ごとにクオリティを設定分けすることで処理負荷対策することができます。
モバイル機器だとデフォルトではBalancedになっていると思いますが、これをPerformantにするとBloomによる光エフェクトが表示されなくなります。光エフェクトはどうしても欲しい!という時の解決策を共有します。

最初に

Bloomを光らせるためにはMainCameraのRendering > Post Processingにチェックを入れて、Hierarchy上にGlobal Volumeを追加して、その中のBloomをONにする必要があります。
スクリーンショット 2023-12-02 23.51.45.png
スクリーンショット 2023-12-02 23.52.42.png

PerformantでもBloomを光らせる

Assets > Settings > URP-Performant.assetのQuality > HDRのチェックをつけるとBloomが光るようになります。

スクリーンショット 2023-12-02 23.31.26.png

Bloomは処理負荷が高めです。重たくなるようなら光らせないほうがいいかもしれないです!

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