Search Unity

Setting "Graphics Level" at runtime?

Discussion in 'Android' started by mindengine, Apr 1, 2011.

  1. mindengine

    mindengine

    Joined:
    Sep 8, 2008
    Posts:
    114
    Is it possible to set the graphics level between openGL 1.xx and 2.00 at runtime as a game setting option??
     
  2. Dreamora

    Dreamora

    Joined:
    Apr 5, 2008
    Posts:
    26,601
    No thats impossible as the whole rendering backend must be setup differently.
    You can not switch between them after the opengl context was created