Search Issue Tracker
Duplicate
Votes
0
Found in
2021.2.0b16
2021.2.0f1
2022.1.0a12
Issue ID
1377927
Regression
Yes
[IL2CPP] Type argument of a generic class instance changes when another instance with a different argument is declared before it
Reproduction steps:
1. Open attached project "Case_1377927.zip"
2. Build and Run the Scene "SampleScene"
3. Observe the Player.log
Expected result: "Item" is written to the log file
Actual result: "Hero" is written to the log file
Reproducible with: 2021.2.0b16, 2021.2.2f1, 2022.1.0a12, 2022.1.0a15
Not reproducible with: 2019.4.32f1, 2020.3.22f1, 2021.2.0b15, 2022.1.0a11
Notes:
- Not reproducible with Mono
- Swapping lines 14 and 15 in the "Startup.cs" script outputs "Item" to the log file, however, the type argument of "heroes" will then also become "Item"
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
- Domain Reload loading popup is dark when Editor Theme is set to "Light"
- Scene Views breaks and errors are spammed in the Console when the Game view is shrunk vertically to the minimum, and the Aspect Ratio is 16:9 or 16:10
- Slider Fill Area disappears after undoing “Set Native Size” change
- Crash with multiple stack traces when playing video on a render texture with low-end graphics devices
- Circle handle of the Game view scale slider bar disappears when the scale is set to 1x
This is a duplicate of issue #1374185