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
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
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.