[SOLVED] How can we change graphic API in Unity 5.1.2f1 personal ?

Hi everyone,

Excuse me if it’s not the right place to ask this, i couldn’t choose between Graphic part and General part of the forum.

I would like to know how can I change the Graphic API used in the project in the new Unity Editor. Before updating I could choose between D3DX 11 and D3DX9 from a list, but now the list has disappeared and there is a checkbox called “Automatic Graphics API”. I’ve unchecked this and deleted everything in the list and left “Direct3D9”, but my Editor is still showing “” in the titlebar. How can I switch from DX 11 to DX 9. I prefer using DX 9 because people with very very crappy computers could play my game on Web Player.

Thanks for reading me, I hope someone know the solution :slight_smile:

Solution: You have to change the Graphics API in the “PC, Linux and Mac” tab instead of the “Web Player” tab. Thanks to mgear for the solution :smile:

seems like you have to do that setting in pc, mac & linux tab (in player settings), instead of webplayer tab, then it works.

you can also drag the list items to re-arrange.

Yay it worked ! Thanks you so much hehe. If you want I can add your name in my credits like “Graphics API helper: mgear” or anything like this.