Search Issue Tracker
Fixed in 2020.1.X
Votes
0
Found in
2018.4
2019.4
2019.4.18f1
2020.1
Issue ID
1309281
Regression
No
CSharpNameParser throws NullReferenceException when importing a script with escaped double-quotes wrapped in two escape braces
How to reproduce:
1. Open the attached project ("New Unity Project.zip")
2. Notice the NullReferenceException error
Expected results: Unity CSharpNameParser parses interpolated strings with escaped double-quotes wrapped by two escape braces. For example: $"{{{"\""}}}"
Actual results: Unity CSharpNameParser fails to parse interpolated strings with escaped double-quotes wrapped by two escape braces.
Reproducible with: 2018.4.31f1, 2019.4.20f1, 2020.1.0a6
Does no longer reproduce with: 2020.1.0a7, 2020.1.17f1, 2020.2.3f1, 2021.1.0b5, 2021.2.0a3
Notes:
Does not reproduce with escaped ' symbol (single quotes)
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
- Memory usage rises when switching scenes with GRD enabled and a loaded texture in URP
- [Quality Hackweek] Terrain Brush Size value is not serialized after deselecting the terrain when using the first instance of multiple Inspectors
- "NullReferenceException" is thrown when setting a long string in TMP with "Atlas Population Mode" set to "Dynamic" and "Multi Atlas Textures" enabled
- TextMeshPro text is misaligned when alignment is set via script
- A DX11 shader error is thrown when compiling shaders for platforms without DX11 support
Resolution Note (fix version 2020.1):
Does no longer reproduce with: 2020.1.0a7 and newer