I have a number it could be negative or positive but I simply want to return the positive value.
-4 -> 4 5 -> 5
I know I can do a sim
If you're working with floats in Unity, use Mathf.Abs
Mathf.Abs