Search Unity

I cant see anything I type in search boxes in unity editor 2019.3

Discussion in 'Editor & General Support' started by Pnvanol, Jan 30, 2020.

  1. Pnvanol

    Pnvanol

    Joined:
    Jan 11, 2016
    Posts:
    116
    We just Upgraded to the new editor , but this is pretty useless as we cant search for assets in the project or even see variables in the inspector. I updated from 2019.1 to 2019.3.0f6

    this is how I see the game window
    gamewindowbad.PNG
    this is how I should see it
    gamewindowGood.PNG

    It seems to happen in my existing project, if I start a new one its all sorted
    Any help would be very appreciated
    variables.PNG Capture.PNG
     
    Last edited: Feb 1, 2020
  2. Pnvanol

    Pnvanol

    Joined:
    Jan 11, 2016
    Posts:
    116
    bump anyone with the same problem?
     
  3. mgear

    mgear

    Joined:
    Aug 3, 2010
    Posts:
    9,411
    Pnvanol likes this.
  4. Pnvanol

    Pnvanol

    Joined:
    Jan 11, 2016
    Posts:
    116
    Thank you I'll give it a try and report back
     
  5. Pnvanol

    Pnvanol

    Joined:
    Jan 11, 2016
    Posts:
    116
    ok I keep trying "C:\Program Files\Unity\Hub\Editor\2019.3.0f6\Editor\Unity.exe" -force-glcore but it will run unity hub instead, any idea what should I put in the command prompt more or less?
     
    Last edited: Feb 1, 2020
  6. mgear

    mgear

    Joined:
    Aug 3, 2010
    Posts:
    9,411
    looks like can do that from hub, for some project:
    upload_2020-2-1_12-2-49.png
     
  7. Pnvanol

    Pnvanol

    Joined:
    Jan 11, 2016
    Posts:
    116
    Thank you , interestingly enough I have opened the project in my desktop pc and it has the same problem on the search boxes in the unity editor. But If I start a new project I dont get this problem. I think this maybe due to some plug in I have installed... I am going to use your suggestion now.
     
  8. Pnvanol

    Pnvanol

    Joined:
    Jan 11, 2016
    Posts:
    116
    ok now I managed to start with command line arguments and it shows open gl , but the bug in the editor it still is there. Also the button maximize in play for example is not showing, What could be causing the editor buttons to break?
     
  9. mgear

    mgear

    Joined:
    Aug 3, 2010
    Posts:
    9,411
    do you have some editor plugins there?
    is the target platform and graphics settings the same DX11?
     
  10. Pnvanol

    Pnvanol

    Joined:
    Jan 11, 2016
    Posts:
    116
    how can I check what editor plug ins I have, target platform at the top of the main editor window is DX11, where can I see the graphics setting you mention ? I have updated the main post with how I see the game window now compared to how it should be seen
     
  11. mgear

    mgear

    Joined:
    Aug 3, 2010
    Posts:
    9,411
    if its working fine in empty project, check for any Editor/ folders in the problem project. (they can be inside subfolder too)

    DX11 settings is in PlayerSettings, graphics api (can select DX12, and others there.. but i believe DX11 is always default on windows)
     
  12. Pnvanol

    Pnvanol

    Joined:
    Jan 11, 2016
    Posts:
    116
    excellent, I am going to start deleting editor folders until I find the guilty one using version control of course.

    I went to edit->project settings->player but couldnt find graphics api,...
     
  13. Pnvanol

    Pnvanol

    Joined:
    Jan 11, 2016
    Posts:
    116
    Ok I deleted all editor folders and the problem still is there.
     
  14. Pnvanol

    Pnvanol

    Joined:
    Jan 11, 2016
    Posts:
    116
    i guess i am coming back to 2019.2.20...i what is needed in a script to change the editor like that,maybe override editor gui
     
  15. Pnvanol

    Pnvanol

    Joined:
    Jan 11, 2016
    Posts:
    116
    Ok I managed to solve this problem, I had to delete a folder that I got with built in shaders that will turn the inspector pink , and restarting unity solved the editor problem .