[FEATURE REQUEST] Need a more advanced way of scaling the bounding box handles #979
Labels
Needs: Triage
Needs to be triaged.
Type: Feature Request
A request for a new feature that can be included with the next minor version release.
Describe the problem
Currently the bounding box handles scale based on the initial parent scale. We have scenarios where items can be scaled and then saved with the new scale or your bounding box can be transferred from one object to another. Since the scale of the handles is initialized on awake this can lead to different handle scales at different times, XL or XS handles when swapping, and an overall not deterministic experience. Additionally, we would like min and max lossy scale values that the handles will stay at when they reach those points.
Describe the solution you'd like
We've developed a solution where you can set the type of scaling you want and created a new type that is deterministic how we would like no matter what the initial parent scale is. Instead of just having to go with the scaling that has been written the user can select which type of scaling they would like or add their own type. We also added the Advanced type that we will be using to address these issues.
Describe alternatives you've considered
We created a script to overwrite the scale every frame but this is not performant
Additional context
The text was updated successfully, but these errors were encountered: