Search Unity

Why after adding grass with LOD causes drop fps?

Discussion in 'Editor & General Support' started by KrYlu, Apr 30, 2021.

  1. KrYlu

    KrYlu

    Joined:
    Sep 28, 2015
    Posts:
    12

    When I add grass with LOD causes drop fps,what can i do to improve performance?
     
  2. StaggartCreations

    StaggartCreations

    Joined:
    Feb 18, 2015
    Posts:
    2,263
    I'd recommend to learn and use the Profiler, it's the only way to gauge where and why performance is being hit. Based on the video alone, it comes down to guessing game.

    Adding LODs always triples the amount of Transforms (Root+LOD0+LOD1+etc) in use for that particle asset, which affects CPU load.
     
    Kurt-Dekker and KrYlu like this.
  3. KrYlu

    KrYlu

    Joined:
    Sep 28, 2015
    Posts:
    12



    I mean as the grass becomes invisible(culled) the fps continue to fall
    if i add grass as prefab, fps is good.Only i add grass to terrain tools causes drop fps.
     
  4. Joe-Censored

    Joe-Censored

    Joined:
    Mar 26, 2013
    Posts:
    11,847
    Check the profiler. You might lod culling taking up a large amount of time for example.