Search Unity

Bug Unity 2019.1.x professional skin unreadable on old project

Discussion in 'Linux' started by senkal_, Jul 25, 2019.

  1. senkal_

    senkal_

    Joined:
    May 22, 2018
    Posts:
    86
    Hello,
    I am not sure if I should create a new issue in issue tracker or not.
    Basically I use professional skin.
    After update to Unity 2019.1.11 my old project, started in 2018.2.21, has too dark skin.
    Example:
    unity-2019.1.11-old-project.png


    But when I open project created in 2019.1.x:
    unity-2019.1.11-default-project.png

    All looks fine.
    So there must be some settings/configuration file which I need to delete for older project to get skin fixed since it worked on project created in 2019.
    Does anybody know what it is?

    Unity 2019.1.11f
    Mint 18.2

    Thank you
     
  2. senkal_

    senkal_

    Joined:
    May 22, 2018
    Posts:
    86
    To be honest, even default skin on updated project is too dark:
    unity-2019.1.11-old-project-light.png

    Looks like some kind of filter was applied.
     
  3. senkal_

    senkal_

    Joined:
    May 22, 2018
    Posts:
    86
    I figured it out.
    It's a regression in driver handling for Intel HD Graphics 520 card and linear color space in rendering.
    With Unity 2018.2.21f this doesn't happen.

    So Player Settings -> Standalone -> Other settings -> under Rendering, Color Space: linear(Gamma is fine)

    Driver for me is : OpenGL ES profile version string: OpenGL ES 3.2 Mesa 18.0.5
    When I switch to my second card, NVIDIA GeForce 940MX 2GB, all works fine. I use here official Nvidia driver.

    Bottom line, definitely regression but Intel is not officially supported in Linux(?) plus I don't have newest Mesa drivers, I suppose.
    So not sure if I should create a bug or not, probably will skip.

    [Update]
    What I meant is I think Unity doesn't officially support Intel cards when you use their editor.
     
    Last edited: Jul 28, 2019
  4. Ryiah

    Ryiah

    Joined:
    Oct 11, 2012
    Posts:
    21,147
    Are you talking about support by the game engine or by the operating system? Because Intel is very supportive of Linux with open source drivers. I definitely would try updating Mesa and if it continues to be a problem submit a bug report.

    https://01.org/linuxgraphics - Intel's Graphics for Linux site
     
  5. senkal_

    senkal_

    Joined:
    May 22, 2018
    Posts:
    86
    Sorry wasn't clear, was talking about Unity Linux Editor and Intel cards support here.
    Definitely will try to update drivers.
    I remember some errors related to pink editor in Unity 2019.1 and Intel card, which was fixed eventually from what I have seen.
    There is some hope this one will be as well.

    Thank you