You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 25, 2021. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Right now, if you change the scale of an entity via the
set_scale
method of itsTransform
, the colliderCircle
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.
The text was updated successfully, but these errors were encountered: