Search Issue Tracker
Won't Fix
Votes
0
Found in
2018.4
2019.4
2019.4.20f1
2020.2
Issue ID
1320502
Regression
No
Compilation error is not shown in the Console window when using generic type
Reproduction steps:
1. Open the attached "case_1320502" project
2. Open the "ResourceImageDownloader_1.cs" script
3. Note that the IDE shows a compilation error at line 10
4. Open the Editor and observe the Console window
Expected result: a compilation error is logged in the Console window
Actual result: the error is not shown in the Console window
Reproducible with: 2018.4.33f1, 2019.4.23f1, 2020.2.0a11
Not reproducible with: 2020.2.0a12, 2020.3.3f1, 2021.1.0f1, 2021.2.0a10
The expected error message:
Assets\ResourceImageDownloader_1.cs(10,13): error CS8761: Operator '==' cannot be applied to 'default' and operand of type 'T' because it is a type parameter that is not known to be a reference type
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
- Editor crash on "PPtr<Shader>::operator Shader*() const" when checking in changes with a very long comment in Unity Version Control window
- [Ubuntu] Toolbar and menu items for Version Control lack spaces in text on Linux
- Unity Version Control window Pending Changes tab’s Item checkbox is unresponsive when clicked and the item list is empty
- Audio stuttering occurs when heavy processing is performed while OnAudioFilterRead is in use
- Inconsistent Node search results in VFX Graph
Resolution Note (2019.4.24f1):
The issue is no longer reproducible in 2020.2.0a12 and above