Is it possible to edit a sprite's mesh in the editor by creating a behavior addon? I'm reading the sdk and apparently it doesn't seem possible to me, only at runtime.
Develop games in your browser. Powerful, performant & highly capable.
Right-Click -> Mesh -> Edit Mesh
Sorry, I must not have made it clear. I need to edit the mesh using the SDK. By the SDK there is no way to modify the mesh using a behavior addon. I need to create an addon that modifies the mesh in the editor, so I can create a bezier tool.