Search Issue Tracker
Fixed in 2018.2.X
Fixed in 2018.1.X
Votes
0
Found in
2018.1.0b3
2018.1.0b5
Issue ID
996947
Regression
Yes
System.Runtime.Serialization.Formatters needs to be included, when included, console outputs that it's defined multiple times
Steps to reproduce:
1. Open user attached project
2. Try these three scenarios:
1) Set System.Runtime.Serialization.Formatters to be included in all platforms (error)
2) Set System.Runtime.Serialization.Formatters to be excluded from all platforms (success)
3) Delete System.Runtime.Serialization.Formatters (error)
Expected result: System.Runtime.Serialization.Formatters DLL shouldn't be required to be included in the project, or if it's required, "System.Runtime.Serialization.Formatters is defined multiple times" error should not occur
Reproduced in: 2018.2.0a1, 2018.1.0b6, 2018.1.0b3
Not reproduced in: 2018.1.0b2, 2018.1.0a4
Fixed in: 2018.2.0a8, 2018.1.0b13
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
Add comment