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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Add comment