Search Issue Tracker
Won't Fix
Votes
1
Found in
2018.1.0f2
Issue ID
1036092
Regression
No
Error is thrown after fixing the multiple same serialized fields issue in class inheritance hierarchy
How to reproduce:
1. Open attached project "New Unity Project (1).zip" and scene "Sample"
2. In Hierarchy window, select "Main Camera" (in Console window, "The name is serialized multiple times" error appears)
3. In Project window, open "ParentClass" script and comment out "[SerializeField] private int _value" line
4. Go back into Unity editor and observe Console window
Expected result: no errors appear
Actual result: in Console window, a misleading "The same field name is serialized multiple times in the class or its parent class" error appears
Reproducible with: 2017.1.3p4, 2017.2.3f1, 2017.4.3f1, 2018.1.1f1, 2018.2.0b
Note: the error is thrown only once after coming back to the Editor
Comments (1)
-
nostklay
Mar 08, 2023 19:42
I have same issue and only way is changing the variable names altough they are private members. this is so silly.
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
- Spring Joint shows only one anchor gizmo in Scene view when "Auto Configure Connected Anchor" is enabled
- Crash on _platform_memmove after entering large value in Graphics settings Preloaded Shaders field
- Disproportionally large impact on CPU frame time when writing to a rendering entity's LocalToWorld
- "Constant Force" Component numeric fields drift out of view while entering a really big value in the Inspector
- Scene view camera speed pop-up appears empty or cut off when Scene view is very narrow
Resolution Note:
This particular case has been investigated thoroughly and we have decided, in the interests of protecting the stability and features of Unity for users that rely upon the affected versions, to not address this fix for the time being. We understand that this will cause problems for some users, and so may address in a future version.