-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Transform Anchor #12479
Copy link
Copy link
Open
Labels
A-TransformTranslations, rotations and scalesTranslations, rotations and scalesC-FeatureA new feature, making something new possibleA new feature, making something new possibleD-ModestA "normal" level of difficulty; suitable for simple features or challenging fixesA "normal" level of difficulty; suitable for simple features or challenging fixesS-Ready-For-ImplementationThis issue is ready for an implementation PR. Go for it!This issue is ready for an implementation PR. Go for it!
Metadata
Metadata
Assignees
Labels
A-TransformTranslations, rotations and scalesTranslations, rotations and scalesC-FeatureA new feature, making something new possibleA new feature, making something new possibleD-ModestA "normal" level of difficulty; suitable for simple features or challenging fixesA "normal" level of difficulty; suitable for simple features or challenging fixesS-Ready-For-ImplementationThis issue is ready for an implementation PR. Go for it!This issue is ready for an implementation PR. Go for it!
Type
Fields
Give feedbackNo fields configured for issues without a type.
What problem does this solve or what need does it fill?
It would be nice to set an anchor point, like you can on
Sprite, on either the transform or mesh.I am currently creating a game where I would benefit from anchoring the transform on the bottom of the entity.
What solution would you like?
I am envisioning a new component, like this:
What alternative(s) have you considered?
An alternative would of course be to just offset the transform manually, but I find that a bit tedious to work with.