I have a specific application that runs on OpenGL and today I need to compile the project and force the standalone to run on OpenGL everytime I want to test it.
Is it possible to do the same thing on the Editor?
I have a specific application that runs on OpenGL and today I need to compile the project and force the standalone to run on OpenGL everytime I want to test it.
Is it possible to do the same thing on the Editor?
I just found out that I can create a shortcut for Unity.exe and add the “-force-opengl” to it.
Seems to work for me