Search Unity

How to maximize GPU load with Unity

Discussion in 'General Graphics' started by econt, Jan 17, 2020.

  1. econt

    econt

    Joined:
    Apr 8, 2019
    Posts:
    52
    Hi,

    how is it possible to produce a maximum on GPU load with Unity in an easy way? - What are the different parameters to produce that load?

    Thanks in advance
     
  2. Antypodish

    Antypodish

    Joined:
    Apr 29, 2014
    Posts:
    10,770
    What actually you try to accomplish? What is your goal, to stressing GPU?

    Side note, different users has different GPUs.
     
  3. econt

    econt

    Joined:
    Apr 8, 2019
    Posts:
    52
    The goal is to stress the GPU with graphic functions from unity. - The game is some kind of racing game. Roads, Cars, side objects like trees. Weather effects. - Real world setting.
     
  4. Antypodish

    Antypodish

    Joined:
    Apr 29, 2014
    Posts:
    10,770
    Just add effects or particles, until game lags. That will be sign of max stress, you can apply.
    Other than that, lok into GPU profiler.