Search Issue Tracker
In Progress
Fix In Review for 2022.2.0f1
Fixed in 2023.1.0a20
Votes
0
Found in
2022.2.0b7
2023.1.0a11
Issue ID
UUM-15005
Regression
Yes
A warning message appears in the Console when creating a Material in the "3D URP" template project
Steps to reproduce:
1. Create a new project using the “3D URP” template
2. Open the “Assets/Scenes/SampleScene.unity” Scene
3. In the Hierarchy window create a Particle System by right clicking > Effects > Particle System
4. In the Project window create a Material by right clicking > Create > Material
5. Observe the Console window
Expected result: No warning messages appear in the Console window
Actual result: “The package cache was invalidated and rebuilt because the following immutable asset(s) were unexpectedly altered:
Packages/com.unity.render-pipelines.universal/Runtime/Materials/ParticlesUnlit.mat“ warning message appears in the Console window
Reproducible with: 14.0.2 (2022.2.0a9), 14.0.3 (2022.2.0b7), 15.0.1 (2023.1.0a11)
Not reproducible with: 10.10.0 (2020.3.39f1), 12.1.7 (2021.3.9f1), 13.1.8 (2022.1.17f1), 14.0.1 (2022.2.0a8)
Reproducible on: Windows 10
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- NullReferenceExceptions are being thrown when saving a ScriptableObject with an array of a type with a CustomPropertyDrawer that uses TrackPropertyValue
- Applied velocity is inconsistent when using Rigidbody AddForce() with ForceMode.VelocityChange
- Crash on AudioUtil_CUSTOM_HasAudioCallback when exiting Play Mode while the Inspector is displaying a GameObject with an empty script attached
- Scroll offset is framerate-dependent when scrolling with velocity in the Device Simulator
- "Object.FindObjectsOfType<T>() is obsolete" warning is thrown when using "Transitions Plus" asset
Add comment