|
in my game i want to convert the negative float value to positive float value .i always want to automatically convert the the negative float value i got in the game to the positive float http://value.It should not display - symbol before the number.
(comments are locked)
|
|
Mathf.Abs() get your positive value.
(comments are locked)
|
