How to use curve editor correctly?

In PG select an object in the inspector menu and click “edit” in the animations section to open the curve animation editor, but why I can’t create a new animation for the object? it always shows

I think the options in the image equals to code below?

var anim = new BABYLON.Animation("testAnim", "value", 60, BABYLON.Animation.ANIMATIONTYPE_FLOAT, BABYLON.Animation.ANIMATIONLOOPMODE_CYCLE);

thanks.

Hey. This is an ongoing feature we are developing. It is not done yet:) I’ll publish a post here when it will be ready to be tested:)

1 Like

got it. thank you~