Search Issue Tracker
Fixed
Fixed in 2022.3.23f1, 2023.2.18f1, 6000.0.0b14
Votes
0
Found in
2022.3.21f1
2023.2.15f1
6000.0.0b11
Issue ID
UUM-58944
Regression
Yes
Importing URP Samples throwns errors
How to reproduce:
1. Create new 3D URP Project
2. Go to Package Manager and select Universal PR package
3. Select the Samples tab
4. Press Import button to import URP Package Samples
Expected result: no errors are thrown in the Console when Samples are imported
Actual result: errors are thrown in the Console when Samples are imported
Reproducible with: 14.0.7 (2022.3.0f1), 14.0.8 (2022.3.10f1), 14.0.9 (2022.3.16f1)
Not reproducible with: 12.1.13 (2021.3.33f1)
Reproduced on: macOS Sonoma 14.1.1 (M1)
Errors:
{code:java}
KeepFramePipeline_Renderer is missing RendererFeatures
This could be due to missing scripts or compile error.
UnityEditor.EditorApplication:Internal_CallDelayFunctions () (at /Users/bokken/build/output/unity/unity/Editor/Mono/EditorApplication.cs:377)
{code}
{code:java}
DepthHistory_Renderer is missing RendererFeatures
This could be due to missing scripts or compile error.
UnityEditor.EditorApplication:Internal_CallDelayFunctions () (at /Users/bokken/build/output/unity/unity/Editor/Mono/EditorApplication.cs:377)
{code}
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Text and background colors contrast makes item list difficult to read when selected in Search window
- "Readme.asset" is shown as an empty line when using the Search in the Table view
- Docking Windows to each other with the smaller docking preview sequentially reduces Undocked Window size
- ShaderVariantCollection.variantCount and ShaderVariantCollection.shaderCount returns 0 in Builds
- Circular dependency warning is thrown in the Console when assigning TSS Theme File in Style Sheets list in Inspector
Add comment