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
- 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.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.