Comments

Log in with itch.io to leave a comment.

yoooooooooooo

les gooooo

(+1)

23 tips

DAMN, awesome!

i have experienced greatness

Beutiful

(+1)

Brain go brr

(+2)

"On reflect speed" always displays numbers as "1,1" and will change movespeed to 100 on first bounce. Maybe faulty CultureVariant settings regarding decimal places?

You can change it to 1,001 for example. I was going to make it more user friendly, 1-100 or something, but I really just didn't want to work on this project anymore lol, hope  that helps, thx for playing!

(1 edit)

The problem is the period vs. comma. If I enter something, then it gets replaced with "1,1" (not "1.1"). This is the wrong decimal separator for unity, which then causes the error.

Hmm, havent encountered anything like it. Comma is the way it should be yes, so when i write 1,1 or 1,01 it works perfectly. If you write a larger number it gets autocorrected to 1,1 as that is the largest possible value. Maybe thats what your thinking?

For me writing 1.01 (i.e. with period) works properly and 1,01 breaks it. Strange.

same problem