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
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
Add comment