Search Issue Tracker
Fixed
Votes
0
Found in
5.5.0f3
Issue ID
869169
Regression
Yes
One of the method overloads receiving generic interface with 2 types is ignored and mistaken for another one
To reproduce:
Open attached project
Expected: No errors come out in console
Actual: The following error is thrown even though there is a separate overload for IGenericAction<T2,T1>
"Assets/GameCore/Editor/ActionSettingsEditor.cs(634,28): error CS1502: The best overloaded method match for `GameCore.IGenericAction<T1,T2>.AddAction(GameCore.IGenericAction)' has some invalid arguments"
"Assets/GameCore/Editor/ActionSettingsEditor.cs(634,38): error CS1503: Argument `#1' cannot convert `GameCore.IGenericAction<T2,T1>' expression to type `GameCore.IGenericAction'"
Reproduced in 5.5.0b1, 5.5.0f3, 5.6.0b3
Not reproduced in 5.4.4f1
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- URP Player remains in Windows Background processes when the application is closed
- [Android] The built-in URP shaders Lit, Complex Lit and the Simple Lit are not rendered when built on Android devices with an Adreno 300 series GPUs
- "Radio Button" disappears when added under the "RadioButtonGroup" and the parent Visual Element is selected
- ScrollView Scrollbar is jittering when Movement Type "Elastic" is selected and a mouse with a freewheel is used
- [WebGL]"TypeError: Cannot read properties of undefined (reading 'length')" error is thrown when starting the Player when config.autoSyncPersistentDataPath is set to true
Add comment