LoginSignup
0
0

More than 3 years have passed since last update.

ParticleがSceneViewだけに表示されてGameViewには表示されない時の解決方法

Last updated at Posted at 2020-08-22

何が起きたか

AssetStoreで購入したParticleがURPに対応していなかった為変換を行った所
SceneViewではParticleが表示されるが、GameViewでは表示されない。
SceneViewとGameViewを同時に表示している場合は、両方に正しく表示される。

SceneView
scene_view.gif
GameView
game_view.gif

解決方法

UniversalRenderPiplineAssetのDepthTextureにチェックを入れる。
必要があれば他のQualityのURPAssetにも設定しておく。
スクリーンショット_2020-08-22_11_08_26.jpg

DepthTextureにチェックを入れた後のGameView
game_view_fix.gif

参照

 https://answers.unity.com/questions/1358918/particle-system-not-showing-up-in-game-view-showin.html

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