Search Unity

Unity URP - Pink Textures for some users

Discussion in 'Universal Render Pipeline' started by wagenheimer, Feb 16, 2021.

  1. wagenheimer

    wagenheimer

    Joined:
    Jun 1, 2018
    Posts:
    323
    I have some users with Pink Textures for some of my 3D Models using Unity URP. The Shader is Universal Render Pipeline/Lit.



    Code (csharp):
    1.  
    2. GfxDevice: creating device client; threaded=1
    3. d3d11: CreateDXGIFactory2(...) not found, fallbacking to CreateDXGIFactory1(...).
    4. d3d11: QueryInterface(IDXGIFactory5) failed (80004002).
    5. Direct3D:
    6.     Version:  Direct3D 11.0 [level 10.1]
    7.     Renderer: Intel(R) HD Graphics Family (ID=0x116)
    8.     Vendor:   (null)
    9.     VRAM:     1632 MB
    10.     Driver:   8.15.10.2559
    11. D3D11 device created for Microsoft Media Foundation video decoding.
    12.  
    Is there some way change that I can make to add better compatibily to users with low spec machines to avoid this? How can I identify what is the real problem?
     
  2. wagenheimer

    wagenheimer

    Joined:
    Jun 1, 2018
    Posts:
    323
    Any advice on this? How can I identify the problem with the user machine?
     
  3. wagenheimer

    wagenheimer

    Joined:
    Jun 1, 2018
    Posts:
    323
    The Universal Render Pipeline - Terrain - Lit Shaders does work!
    But everything using the Universal Render Pipeline - Lit shader turns to pink into this user machine.
     
  4. UnityLighting

    UnityLighting

    Joined:
    Mar 31, 2015
    Posts:
    3,874
    Some low power integrated gpus can't render URP shaders
     
  5. Elvar_Orn

    Elvar_Orn

    Unity Technologies

    Joined:
    Dec 9, 2019
    Posts:
    162
    Hey,
    This is a bug.

    It's being worked on right now, hopefully we resolve the issue soon.
     
  6. wagenheimer

    wagenheimer

    Joined:
    Jun 1, 2018
    Posts:
    323
    Hi @Elvar_Orn! Thanks for pointing the bug!

    Is there currently some workaround or any estimate for the fix to be released? I'm near of releasing my game and it's impossible to release it until this bug is fixed.
     
  7. wagenheimer

    wagenheimer

    Joined:
    Jun 1, 2018
    Posts:
    323
    Fix In Review for 2020.2!
     
  8. peterbay

    peterbay

    Unity Technologies

    Joined:
    Nov 2, 2017
    Posts:
    100
    @wagenheimer The fix should land in URP 10.4 for Unity 2020.2 :)
     
    wagenheimer likes this.
  9. wagenheimer

    wagenheimer

    Joined:
    Jun 1, 2018
    Posts:
    323
    Are there any predictions for when it will be released?
     
  10. Elvar_Orn

    Elvar_Orn

    Unity Technologies

    Joined:
    Dec 9, 2019
    Posts:
    162
    We're working on trying to get it released this Friday. Unless some critical issue is discovered we should be able to make it.
     
    wagenheimer likes this.
  11. wagenheimer

    wagenheimer

    Joined:
    Jun 1, 2018
    Posts:
    323
    URP 10.4 does really fixes the Pink Textures problem!

    I think it wasn't released yet, but I found it on preview packages and installed it!