Search Unity

How to improve frame rate with multiple target display?

Discussion in 'Editor & General Support' started by songsongsongsong, May 3, 2021.

  1. songsongsongsong

    songsongsongsong

    Joined:
    Mar 6, 2019
    Posts:
    15
    I have a unity program, and two target displays.
    When I open one display, the frameRate is 60 fps.
    When I open two displays, the frameRate is 30 fps.

    The content for second display is very to compute, so how to improve the frame rate at this situtation?
    My ideal frame rate is about 50+ fps instead of 30 fps : )
     
  2. songsongsongsong

    songsongsongsong

    Joined:
    Mar 6, 2019
    Posts:
    15
    Platform : windows 10 and Hololens 1.
     
  3. Joe-Censored

    Joe-Censored

    Joined:
    Mar 26, 2013
    Posts:
    11,847
    Use the Profiler. Find a few things which are taking a long time to process, and optimize those. Keep doing that until you hit your target frame rate.