Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to provide a scale origin to the TransformScaleMutator #376

Open
thestonefox opened this issue Apr 5, 2019 · 1 comment
Open
Labels
enhancement Making something better

Comments

@thestonefox
Copy link
Member

At the moment the TransformScaleMutator will only scale a Target from the center origin point.

image

Scaled only down z-axis

image

It would be good if an optional Scale Origin GameObejct could be provided to specify a different origin point to apply the scale from.

Scaled only down z-axis with an origin point

image

@thestonefox thestonefox added the enhancement Making something better label Apr 5, 2019
@fight4dream
Copy link
Contributor

fight4dream commented Aug 6, 2019

To make this happen, it needs also to mutate the transform position.
= Transform Position+Scale Mutator
Should it be made another mutator instead of modifying the current one?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Making something better
Projects
None yet
Development

No branches or pull requests

2 participants