I have a shader with some parameters that can be edited from the Inspector (using uniforms).
When I click on key icon, to make a keyframe of those parameters in my AnimationPlayer, nothing happens. I get this error message in Output :
core/object.cpp:1241 - Error calling method from signal 'property_keyed_with_value' : 'EditorInspector::_property_keyed_with_value': Method expected 3 arguments, but called with 2.
I understand it is missing an argument but can't figure out what's about.
One of my parameter is a scalar value and the other one a vector but it doesn't seem related directly to those custom parameters as other parameter from the shader like modes/blend or flags/light_only for example, won't fire keyframe either.