Search Issue Tracker
Won't Fix
Votes
0
Found in
2018.4
2019.3.11f1
2020.2
Issue ID
1246299
Regression
No
Serialization errors thrown during build proccess does not specify which class is being referred to
Reproduction steps:
1. Open the attached project ("case_1246299-Serialization.zip")
2. Notice the ''NewBehaviourScript.test' hides inherited member 'baseScript.test'' warning in the Console
3. Build the project
4. Notice 'The same field name is serialized multiple times in the class or its parent class.' error
Expected result: Error can be double-clicked to open referred class in the code editor
Actual result: Error can't be double-clicked and does not specify the referred class
Reproducible with: 2018.4.23f1, 2019.3.14f1, 2020.1.0b9, 2020.2.0a11
Notes:
1. During the build process, warnings are thrown pinpointing the cause of the issue, which can be opened in the code editor
2. The error is thrown only the first time the project is built and does not block project compilation (the build returns success message)
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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Package signature validation unexpectedly return an invalid signature status if the validation check is done after the code signing certificate validaty range has passed
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
Resolution Note:
We really appreciate your contribution to the Unity product. Thank you for reporting this issue. We take every case submitted to us seriously by investigating the impact on you, our customer, as well as the impact it may have on the engineering and experience of our product.
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 issue.
In this case the warning is highlighting the problem causing the error in serialization. By fixing this warning you can remove the error in the serialization.