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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Add comment