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
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
- White lighting artifact when a point light with a small emission range and "Hard Shadows" touches an object while a directional light with "Soft Shadows" and another point light are present
Add comment