Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Question FPS is pretty low(below 10) in unity 2022.2.12f1.

Discussion in 'Editor & General Support' started by wuyiji199632, Mar 31, 2023.

  1. wuyiji199632

    wuyiji199632

    Joined:
    Dec 1, 2021
    Posts:
    31
    Is this a common issue facing the majority of users of this version?

    86481ac9398852f897f736f7c85a86d.jpg
     
  2. Spy-Master

    Spy-Master

    Joined:
    Aug 4, 2022
    Posts:
    510
    Frame times in this scale are typically due to misconfiguration, poorly designed scenes, poorly written or incorrect code, etc. rather than being something that just happens.
    In this case, your main thread time being 106.3ms per frame stands out as something of concern.
    Use the Profiler to evaluate performance bottlenecks in scripts. You will see what parts of the frame update are taking the most time and thus should be investigated further.
     
    spiney199 likes this.
  3. wuyiji199632

    wuyiji199632

    Joined:
    Dec 1, 2021
    Posts:
    31
    It is just a newly built project from a unity editor of version 2022.2.12f1.
     
  4. Kurt-Dekker

    Kurt-Dekker

    Joined:
    Mar 16, 2013
    Posts:
    38,522
    Spy-Master likes this.
  5. Spy-Master

    Spy-Master

    Joined:
    Aug 4, 2022
    Posts:
    510
    That’s very good info, thanks. Just so it’s clear, the only “supported” option when using Entities (which OP is doing) is using 2022.2, so they’re kind of stuck with that. Not that this is anything new for Entities users.
     
    Kurt-Dekker likes this.