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
- URP Player remains in Windows Background processes when the application is closed
- [Android] The built-in URP shaders Lit, Complex Lit and the Simple Lit are not rendered when built on Android devices with an Adreno 300 series GPUs
- "Radio Button" disappears when added under the "RadioButtonGroup" and the parent Visual Element is selected
- ScrollView Scrollbar is jittering when Movement Type "Elastic" is selected and a mouse with a freewheel is used
- [WebGL]"TypeError: Cannot read properties of undefined (reading 'length')" error is thrown when starting the Player when config.autoSyncPersistentDataPath is set to true
Add comment