Search Issue Tracker
Fix In Review for 2022.2.X
Votes
0
Found in
2022.2.0a3
2022.2.0a4
Issue ID
1403008
Regression
Yes
Shader warnings are thrown when opening and entering Play Mode in the HDRP Sample Scene Template project on 2022.2
How to reproduce:
1. Create a new HDRP Sample Scene Template project
2. Enter the Play Mode
3. Check the Console
Expected results: The Console is empty
Actual results: There are 3 warnings in the Console
Reproducible with: 2022.2.0a3, 2022.2.0a5
Not reproducible with: 2022.1, 2022.2.0a2
Note:
-The warnings are:
1. Shader warning in 'AmbientProbeConvolution': Program 'AmbientProbeConvolutionDiffuse', warning X4714: sum of temp registers and indexable temp registers times 256 threads exceeds the recommended total 16384. Performance may be reduced at kernel AmbientProbeConvolutionDiffuse (on metal)
2. Shader warning in 'AmbientProbeConvolution': Program 'AmbientProbeConvolutionDiffuseVolumetric', warning X4714: sum of temp registers and indexable temp registers times 256 threads exceeds the recommended total 16384. Performance may be reduced at kernel AmbientProbeConvolutionDiffuseVolumetric (on metal)
3. Shader warning in 'AmbientProbeConvolution': Program 'AmbientProbeConvolutionVolumetric', warning X4714: sum of temp registers and indexable temp registers times 256 threads exceeds the recommended total 16384. Performance may be reduced at kernel AmbientProbeConvolutionVolumetric (on metal)
-In 2022.2.0a3 there is only one warning
-In addition, there is a warning about unassigned script when entering the play mode
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Pressing “Open” button in Inspector > “High Quality Lines” Override throws “Item m_RenderPipelineSettings.supportHighQualityLineRendering not found” warning
- Overlays are immediately undocked when the Overlay is docked to the right side of Scene View and the Overlay's Handle is clicked
- Crash in PhysicsManager::IgnoreCollision when a GameObject with “Is Trigger” enabled enters a collision in a specific project
- Selecting unsupported Material in Physically Based Sky throws “RenderingCommandBuffer” errors instead of error help box in Inspector window
- Undo and redo does not update color field pop-up window after undoing other events outside the pop-up window
Add comment