Search Issue Tracker
Fixed in 2018.3.X
Votes
0
Found in
2018.1.0b11
Issue ID
1015365
Regression
Yes
(HD SRP) Using DirectX12 does not render views and throws errors in console
Reproduction steps:
1. Create a new project (set Template to High-End SRP) and open in Unity
2. Go to Edit -> Project Settings -> Player
3. Uncheck Auto-Graphics API for Windows
4. Add Direct3D12 to Graphics APIs for Windows and move it to the first position
Note that following error also occurs for OpenGLES3 and OpenGLCore graphics APIs
Expected:
Graphics API changes with no errors
Actual:
Errors appear in the console and nothing is rendered
Reproduced on:
2018.1.0b11; 2018.1.0b12; 2018.2.0a5, 2018..2.0a8
Not reproducible on:
2017.4.0f1; 2018.1.0b10
Regression introduced:
2018.1.0b11
Note:
error messages
1) "Kernel 'TileLightListGen_DepthRT_SrcBigTile' not found"
2) "ArgumentException: Kernel 'TileLightListGen_DepthRT_SrcBigTile' not found.
UnityEngine.Experimental.Rendering.HDPipeline.LightLoop.NewFrame (UnityEngine.Experimental.Rendering.HDPipeline.FrameSettings frameSettings) (at C:/ProgramData/Unity/cache/packages/packages.unity.com/com.unity.render-pipelines.high-definition@1.1.1-preview/HDRP/Lighting/LightLoop/LightLoop.cs:692)
UnityEngine.Experimental.Rendering.HDPipeline.HDRenderPipeline.Render (ScriptableRenderContext renderContext, UnityEngine.Camera[] cameras) (at C:/ProgramData/Unity/cache/packages/packages.unity.com/com.unity.render-pipelines.high-definition@1.1.1-preview/HDRP/HDRenderPipeline.cs:605)
UnityEngine.Experimental.Rendering.RenderPipelineManager.DoRenderLoop_Internal (IRenderPipelineAsset pipe, UnityEngine.Camera[] cameras, IntPtr loopPtr) (at C:/buildslave/unity/build/Runtime/Export/RenderPipeline/RenderPipelineManager.cs:29)"
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- "Canvas Renderer" Component uses a low resolution icon
- NullReferenceException is thrown when installing the "QuickStart" page in the Multiplayer center
- Package Manager's Filter Panel does not show borders when viewed on Windows
- Blend Tree Threshold fields accepts NaN/Infinity values causing Node backgrounds disappear in Animator Controller view
- Animator Controller Layer Weight field accepts “NaN” as a valid value instead of rejecting it
Add comment