Unity UI Extensions Bug Report
Describe the bug
Runtime\Scripts\Utilities\ExtensionMethods.cs(27,17): error CS0619: 'Object.GetInstanceID()' is obsolete: 'GetInstanceID is deprecated. Use GetEntityId instead. This will be removed in a future version.
Runtime\Scripts\Controls\ColorPicker\ColorPickerPresets.cs(38,38): error CS0619: 'Object.GetInstanceID()' is obsolete: 'GetInstanceID is deprecated. Use GetEntityId instead. This will be removed in a future version.'
Expected behavior
Use GetEntityId instead
Actual behavior
GetInstanceID()
Unity UI Extensions Bug Report
Describe the bug
Runtime\Scripts\Utilities\ExtensionMethods.cs(27,17): error CS0619: 'Object.GetInstanceID()' is obsolete: 'GetInstanceID is deprecated. Use GetEntityId instead. This will be removed in a future version.
Runtime\Scripts\Controls\ColorPicker\ColorPickerPresets.cs(38,38): error CS0619: 'Object.GetInstanceID()' is obsolete: 'GetInstanceID is deprecated. Use GetEntityId instead. This will be removed in a future version.'
Expected behavior
Use GetEntityId instead
Actual behavior
GetInstanceID()