Search Issue Tracker
Fixed in 2018.3.X
Votes
0
Found in
2017.4.0f1
Issue ID
1056147
Regression
No
CSProj generator cannot reference System.Xml when the include is defined as System.XML due to case-sensitivity
To reproduce:
1. Create a new Unity project and a new c# script
2. Open "Assembly-CSharp" file in project's root folder
3. Search for string "Include="System.XML"
Expected: code line "Include="System.Xml" is found
Actual: code line "Include="System.XML" is found, include cannot be located due to file system being case-sensitive
Reproduced in: 2017.2.3p2, 2017.4.6f1
Not reproduced in: 2018.3.0a1
Note: could not test the issue on 2018.1 and 2018.2 due to related bug - case 1056185
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Redoing creation of Sub Scenes and Cube GameObjects in Hierarchy throws “Assertion failed on expression: 'targetScene != nullptr’” error in Console window
- Selecting “New Sub Scene” after assigning “New Scene” in Sub Scene Script Component throws “Destroying GameObjects immediately is not permitted” in the Console window
- Shader Graph "Zoom Step Size" can be set to 0 even though the zoom still works
- Enabling/Disabling the Deprecated Nodes doesn't apply to the opened Shader Graph unless any Variable is added to the Blackboard
- Group Selection title text size is smaller in renaming than the actual font size
Add comment