dinamic object

How can I fix the center of a dinamic object, so when i hit it with another one, it begins to rotate!???

Hello,

You can’t lock a dynamic object in place unless you use a pivot joint (or similar) attached to another object. Or, you could constantly update the x/y position in runtime. Otherwise, the object will be treated as normal and move linear-wise as well as rotate.

Brent

Hello,

You can’t lock a dynamic object in place unless you use a pivot joint (or similar) attached to another object. Or, you could constantly update the x/y position in runtime. Otherwise, the object will be treated as normal and move linear-wise as well as rotate.

Brent