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

個人開発エンジニア応援 - 個人開発の成果や知見を共有しよう!-

[Unity]デバイスごとで使用されるURP設定を確認する

Last updated at Posted at 2023-10-09

概要

UnityはAndroidやiOS、PCなど色々なデバイス用のビルドを作成する事ができます。グラフィックにはURPを使用する事が多いと思いますが、デバイスごとに最適な設定が適用されるように切り替えられる仕組みが用意されています。それの確認方法を共有します。

本文

メニューからEdit > ProjectSettings
表示されるポップアップからQualityを選びます。
緑色のチェックがついているのがそのデバイスで適用される設定を表しています(PCはHigh Fidelity、AndroidとiOSはBalanced)
表のDefaultにある下向きの三角を押すと表示されるプルダウンから設定変更することもできます。
スクリーンショット 2023-10-09 22.00.38.png

ちなみにその下にあるRender Pipline Assetの項目をクリックするとそのファイルのある場所がProjectのウィンドウで表示されます。
スクリーンショット 2023-10-09 22.04.37.png

補足

Universal Renderer Dataで変更した画像設定がUnity Editor上では反映されたのを確認出来てもスマフォ実機では上手くいかなかった。そんな場合はこれらの項目を確認すると原因が特定できることもあるかもしれないです!

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