Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

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