If I have multiple shapes on a single collision object, does Defold report the center of mass and the rotational moment of inertia somewhere? Or am I going to need to write code or find a library to compute it myself? I searched the documentation and forums and I don’t see this anywhere.
I’m afraid we don’t provide the center of mass. You can read mass, linear velocity and angular velocity using go.get() but that’s about it I’m afraid.