Search Issue Tracker
Fixed
Fixed in 6000.0.38f1, 6000.1.0b6, 6000.2.0a4, 7000.0.0a19
Votes
0
Found in
6000.0.20f1
6000.1.0a7
6000.2.0a1
Issue ID
UUM-82870
Regression
Yes
Serialization error when editing an asset with a class starting with the same name as the namespace that it is in
Reproduction steps:
1. Open the attached project "ErrorProject"
2. Enter The Play mode
3. Observe Console
Expected result: No errors
Actual result: Scripted class MyNamespace.MyNamespace.class is serialized as MyNamespace.lass and an error appears
Reproducible with: 2023.2.0b1, 6000.0.20f1
Not reproducible with: 2021.3.43f1, 2022.3.48f1, 2023.2.0a23
Couldn’t test with:
Reproducible on: Windows 11
Not reproducible on: No other environment tested
Comments (1)
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
- Remote Config window causes performance drop in Editor when multiple settings are added
- Property field override bar does not update transparency correctly when switching between valid and invalid GameObjects
- Project window selection is not updated when search term is changed
- Error when adding valid MonoBehaviour script to Prefab in Project window
- Editor Launch Screen will close when Enter is pressed on it
glutinousfrizzy
Sep 25, 2024 07:44
The serialization error you're encountering, where a class with the same name as its namespace is improperly serialized, seems to occur in newer Unity versions (starting from 2023.2.0b1 and later). It does not happen in earlier versions like 2021.3.43f1 or 2022.3.48f1. The issue seems to stem from how Unity’s serialization system handles class names that share the same name as their enclosing namespace.