Search Unity

Question character optimization?

Discussion in 'General Graphics' started by erdirden, Nov 10, 2022.

  1. erdirden

    erdirden

    Joined:
    Sep 29, 2022
    Posts:
    15
    Hello, my fps in my game is around 90. When I add my animated characters (mixamo), this value becomes about 10 fps. What adjustments can I make to increase my fps?


     
  2. sam2099

    sam2099

    Joined:
    Apr 5, 2018
    Posts:
    2
    That's a lot of 3D meshes that you are rendering.

    Since it looks like a mobile game, you don't need really high poly count models for background characters.

    Or you could cheat entirely and use animated sprites as the crowds.
     
  3. wwWwwwW1

    wwWwwwW1

    Joined:
    Oct 31, 2021
    Posts:
    767
    Hey, I suggest opening the Profiler (enable GPU profiling) and check whether the bottleneck is on CPU or GPU.
     
  4. c0d3_m0nk3y

    c0d3_m0nk3y

    Joined:
    Oct 21, 2021
    Posts:
    666