So I had this idea today, what if instead of using
entity.addComponent('collision', {
type: 'capsule',
});
I’d use mesh asset, that is 1 of 1 to of playcanvas ‘capsule’, how would it act compared to playcanvas ‘capsule’, would it be any better in non-uniform scalings?