Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  Fluid rendering performance
#1
Hello, we urchase Obi fluid recently. And after setup it in our project we had seen a huge drop in our performance, even without any fluid or softbody in our scene.
From our profiling we had guess the probleme is the fuild rendering feature added to URP.
It use two times the function FindObjectsOfType wich is very slow (probably because our scene is huge > 20000 objects.)

The result of one of the two calls isn't  even used and is just a waste of cpu.
Any way to improve that ? Usage of frustum culling maybe ?


Attached Files Thumbnail(s)
   
Reply


Messages In This Thread
Fluid rendering performance - by jleemans - 02-02-2021, 02:16 PM
RE: Fluid rendering performance - by josemendez - 02-02-2021, 02:40 PM
RE: Fluid rendering performance - by jleemans - 02-02-2021, 03:08 PM