evoli icon indicating copy to clipboard operation
evoli copied to clipboard

Make colliders and other relevant components scale when scaling the entity's `Transform`

Open sunreef opened this issue 6 years ago • 1 comments

Right now, if you change the scale of an entity via the set_scalemethod of its Transform, the collider Circle does not change radius.

If we can adapt the size of the collider and other relevant components, this would let us create creatures of the same type but different sizes: parents and children.

sunreef avatar May 04 '19 14:05 sunreef

I don't think it is worth the effort tackling this atm, because the collision system will be replaced by a real one as soon as physics integration is done. I would imagine that this will be supported then

marotili avatar May 04 '19 14:05 marotili