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
- Inspector scroll area stretches when using components with nested serialized arrays on FBX model prefab instances
- Crash on ConstraintProjectionTree::projectionTreeBuildStep when ConfigurableJoint uses JointProjectionMode.PositionAndRotation and connected Rigidbody switches from kinematic to non-kinematic
- ScriptableObject asset is accessed during the lookup of Build Profiles when opening the Build Profiles Window
- [Multiplayer TPS Sample] Grenade launcher explosion misses the Player when the Collider count exceeds HitColliderBuffer
- OS Notification Documentation is missing when following hyperlink in Notifications Settings in Hub
Add comment