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. We have updated the language to the Editor Terms based on feedback from our employees and community. Learn more.
    Dismiss Notice

Feedback Performance 2022.1.b10 vs 2023.1.b7: "worse on low-demands, better on high-demands"

Discussion in '2023.1 Beta' started by uani, Mar 11, 2023.

  1. uani

    uani

    Joined:
    Sep 6, 2013
    Posts:
    232
    Performance comparison of 2023.1.b7 to 2022.1.b10 using https://forum.unity.com/threads/coroutine-alternatives-benchmarks.1249204/

    Result:

    upload_2023-3-12_0-23-54.png


    purple background: (significant) loss of performance from 2022 to 2023
    green background: (significant) gain in performance from 2022 to 2023


    Noteworthy:

    for Standard built-in pipeline, IL2CPP gains 0 to 10 % performance above Mono, mostly 0 to 5 %
    for URP, IL2CPP gains 5 to 20 % performance above Mono

    URP gains 30 to 120 % performance above Standard built-in, mostly 30 to 60 %


    The benchmark is a default project being a default scene having default settings using a default material on X moved cube GameObjects, X being 10, 100, 1000, 10000 or 100000
     
    OBiwer and laurentlavigne like this.