Int inspector field approximation...

Hi,

I need to input a int, 999999980 and the inspector actually approximate it... to 1000000000

Note, it does keep the true value in the script itself, don't know how this all work out..

How can I tell the inspector NOT to approximate the values I input during authoring?

Thanks,

Jean

In short, you cant. There is a limit to the number of possible values which can represented by a 32-bit floating point number.

http://en.wikipedia.org/wiki/Floating_point#Accuracy_problems