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
- "Shader warning in 'Hidden/Light2D': implicit truncation of vector type" is thrown when building Universal 2D template
- AI Assistant breaks compilation of packages using System.Runtime.CompilerServices.Unsafe via auto-referencing
- Unity Hub checks the "Documentation" module by default on the 6.4 and 6.5 streams despite that it was unchecked with the previous installs
- Shortcut that toggles between Dopesheet and Curves Views in the Animation Window's Timeline is mislabed
- Property List Items Overlap onto the Property List's top edge when scrolling through a long Property List
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.