Search Issue Tracker
Fixed
Fixed in 6000.3.0f1, 6000.4.0b2, 6000.5.0a4
Votes
0
Found in
6000.3.0b4
6000.4.0a1
6000.5.0a1
Issue ID
UUM-120436
Regression
No
Missing [Serializable] attribute warning is thrown after installing packages via Multiplayer Center
Reproduction steps:
1. Create a new project
2. Open Multiplayer Center window (Windows > Multiplayer > Multiplayer Center)
3. Select any Genre of your Game and Number of Players per Session
4. Press “Install Packages” button and observe the console
Actual result: “The type Unity.Multiplayer.Center.Editor Unity.Multiplayer.Center.Window.RecommendationTabView is being serialized by [SerializeReference], but is missing the [Serializable] attribute. To suppress this warning add [Serializable] or use [MakeSerializable].” warning is thrown
Expected result: No errors or warnings are thrown
Reproducible with: 6000.3.0a5 (36d7e9fd6645), 6000.3.0b4, 6000.4.0a1
Not reproducible with: 6000.0.59f1, 6000.2.7f1, 6000.3.0a4
Couldn’t reproduce with: 2021.3.57f1, 2022.3.67f1 (No Multiplayer Center window)
Reproduced on: macOS Sequoia 15.4 (M4)
Not reproduced on: Windows 11
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
- Texture Import Warnings are obscured by other Terrain Layer options in the Inspector
- Burst Inspector middle divider is jittering when resized with the Burst Inspector window docked
- JsonConvert conversion fails trying to call GetCallbackMethodsForType when [OnDeserialized] is used in a class
- Different text alignment in the column header in Entities "System" window
- Objects with Universal Render Pipeline/Particles/Lit shader are always lit up when changing their Rendering Layer Mask
Resolution Note (fix version 6000.5.0a4):
Added the missing [Serializable] attribute to prevent the error.
Resolution Note (fix version 6000.4.0b2):
Added a missing [Serializable] attribute to prevent the error.