Memw
Why does this truncated Vector 2 have 2 decimal places
even tho it's truncated, they remain floats, and the
ToString()
method formats them with the F2
format option, and by default I think Debug.Log transforms everything using the ToString()
method before printing it, which is what Console.WriteLine
in normal C# does, and what makes most sense55 replies