Search Issue Tracker
Fixed
Fixed in 2023.3.0a1
Votes
0
Found in
2023.3.0a17
2023.3.0a19
Issue ID
UUM-58838
Regression
Yes
"Shader warning in 'PathTracingMain'" is thrown when creating project using HDRP Template
How to reproduce:
1. Create a new Unity project using 3D (HDRP) Template
2. Wait for the project to load
3. Observe the Console window
Expected results: no warnings are thrown in the Console window
Actual results: shader warning thrown in the Console window
{code:java}
Shader warning in 'PathTracingMain': parameter 'tMin' is uninitialized when used here [-Wparameter-usage] parameter 'tMax' is uninitialized when used here [-Wparameter-usage] at (21)/Library/PackageCache/com.unity.render-pipelines.high-definition/Runtime/RenderPipeline/PathTracing/Shaders/PathTracingLight.hlsl(917) (on d3d11)
{code}
Reproducible with: 2023.3.0a17, 2023.3.0a19
Not reproducible with: 2023.3.0a16
Reproduced on: Windows 10
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Unity CIL Linker fails on Player build when persistent listeners have "<" and ">" in their XML attribute names
- ”Lighting data asset ‘LightingData’ is incompatible with the current Unity version…” warnings are thrown when saving Indoors (URP) and Outdoors (URP) Scenes as Scene Templates
- [iOS] The screen blinks when transitioning from custom to Unity splash screen
- [macOS] ”Ignoring depth surface load action as it is memoryless” warnings are thrown when taking Game View Snapshot
- UI Builder Inspector scrolls back up when changes on an expanded but not fully displayed Inspector tab are saved
Resolution Note (fix version 2023.3.0a1):
Already fixed in an unknow PR