Search Issue Tracker
Fixed in 6000.6.0a1
Fixed in 6000.5.X
Votes
0
Found in
6000.4.0b9
6000.5.0a7
Issue ID
UUM-134772
Regression
No
"SerializeReference" warning for “U2DToURPPixelPerfectConverter” is thrown when removing URP package after converting U2D Pixel Perfect to URP
Steps to reproduce:
1. Create new Unity project using Built-In 2D Template
2. In Hierarchy create Pixel Perfect Camera
3. Install Universal Rendering Pipeline package via Package Manager
4. Open Render Pipeline Converter window
5. Select U2D to URP Pixel Perfect Converter
6. Enable “U2D To URP Pixel Perfect Converter”
7. Press “Scan”
8. Press “Convert Assets”
9. Remove Universal Rendering Pipeline package
\\
Actual results: Warning is thrown in the Console window “The type Unity.2D.PixelPerfect.Editor UnityEditor.Rendering.Universal.U2DToURPPixelPerfectConverter is being serialized by [SerializeReference], but is missing the [Serializable] attribute. To suppress this warning add [Serializable] or use [MakeSerializable].”
Expected results: No warnings are thrown after removing the package, converter data is either properly marked serializable or cleaned up when URP is removed
\\
Reproducible with versions: 6000.4.0b9, 6000.5.0a7
Can’t test with versions: 6000.0.67f1, 6000.3.9f1 (different window design, “U2D To URP Pixel Perfect Converter” not available)
\\
Tested on (OS): macOS Silicon Tahoe 26.2 (M1)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “No method with RuntimeInitializeOnLoadMethod attribute” warning from ReadmeEditor.cs is thrown after installing Project Auditor Rules
- Projection matrix is altered when using RasterCommandBuffer.ClearRenderTarget on DX12 and Metal
- Entities Hierarchy window allows Cyclic nesting and throws an “ArgumentException: Cyclic nesting detected” error when dragging a Prefab onto the same Prefab in the Entities Hierarchy
- EnterPlayModeOptions doesn't take effect if user manually modifies m_EnterPlayModeOptionsEnabled to 0
- VFX Graph Documentation dropdown button does nothing when clicked on the right side
Resolution Note (fix version 6000.6.0a1):
Fix on latest trunk. Won't backport.
Resolution Note (fix version 6000.5):
Fix on latest trunk. Won't backport.