Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. Dismiss Notice

Question How can I reduce the polygon count so that it supports in my phone?

Discussion in 'General Graphics' started by Ashwin_Deepak, Jun 2, 2023.

  1. Ashwin_Deepak

    Ashwin_Deepak

    Joined:
    May 17, 2022
    Posts:
    24


    What is the method for optimizing when there is lot of duplicate objects.
     
  2. mgear

    mgear

    Joined:
    Aug 3, 2010
    Posts:
    8,862
    Batching (static/dynamic/SRP batcher/gpu instancing) also look into LOD's and Imposters.

    There's also ready to use plugins in asset store that can do that, search asset store for optimizers.

    is that terrain + trees, or mesh and placed trees?
     
  3. Ashwin_Deepak

    Ashwin_Deepak

    Joined:
    May 17, 2022
    Posts:
    24
    Its terrain and the tress are places by duplicating
     
  4. wwWwwwW1

    wwWwwwW1

    Joined:
    Oct 31, 2021
    Posts:
    607
    I guess most of the vertices are from trees. You can try simplifying the detailed leaves with quads + textures.
     
  5. Torbach78

    Torbach78

    Joined:
    Aug 10, 2013
    Posts:
    295