Main reason? because it seems pointless to add an extra field to something that should be on the game code side anyway. It's not like it is particularly challenging to multiply the slider's value by whatever the top number you need it to be... and if you need min/max, can always do yourValue = Mathf.Lerp(min, max, slider.value);