Giving UI elements with numbers the ability to use math operations #575
CookieLynx
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
This looks useful and not too hard to implement, I may give this a try |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is your feature request related to a problem? Please describe.
Not related to a problem, just a QOL suggestion with being able to use math operations on UI elements that use numbers.
Describe the solution you'd like
Unity has a very simple system that could work well here, see screenshots below. It works with all basic math operations (+, -, /, *) it also works with order of operations but that's not required.
Original values
Adding 30
After pressing enter or clicking off of value
This would be very useful for doing simple math in game quickly without having to alt tab out to a calculator.
Beta Was this translation helpful? Give feedback.
All reactions