How to change behavior settings in extension editor?

how do i change the default configuration of behaviors in behavior congifuration?

i’m on this screen and i want to set the animations for PlatformerCharacterAnimator, but i can’t find how to do that or edit any other behavior here.

If you’re making a behavior then I think your only option is to set the default values through events like in the OnCreated event. Unless you’re creating a custom object, the object itself isn’t part of the extension. Otherwise, you could set the defaults through the object’s settings in the scene editor but that isn’t ideal since it would add additional steps.

hm, alright. thanks.