Search Unity

Question Unity Graphic error

Discussion in 'General Graphics' started by Deleted User, Jan 24, 2021.

  1. Deleted User

    Deleted User

    Guest

    I changed graphic to OpenGL but i need to back to direct3D 11

    When im selecting Direct 11 or Direct 12 or automaticaly, unity gives error and closing

     
  2. arnaud-carre

    arnaud-carre

    Unity Technologies

    Joined:
    Jun 23, 2016
    Posts:
    97
    Hi!
    As a workaround maybe you could try to run the editor using this command line arg: "-force-d3d11". Once editor is launched, you may be able to set d3d as first gfx api without a crash.
    Anyway could you fill a bug with a simple repro project? We have to fix that for sure.
    thanks