Hey guys! I’ve got a problem with RoundToInt.
The Unity manual says about RoundToInt:
“If the number ends in .5 so it is halfway between two integers, one of which is even and the other odd, the even number is returned.”
That doesn’t make sense to me. I’m from Germany, and at least I learned in math class that decimals that end on .5 are always rounded to the bigger integer (meaning 11.5 makes 12 and 12.5 makes 13).
I don’t know if that’s some kind of “depends from which place of the earth you are”-thing, but I need some kind of easy workaround. Any ideas?